Skip to content
Technology News Information & Jobs

Technology News Information & Jobs

Ubuntu Tutorials, Ubuntu How To , Linux Tips, Tech Jobs

  • Work with US
  • Search Jobs
  • Post a Job
  • Contact Us
  • Ubuntu
    • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Themes
  • Linux
  • Laptops
  • Tutorials
  • Job Dashboard
  • Toggle search form
Useful Examples Of Find Command In Linux

Useful Examples Of Find Command In Linux

Posted on August 18, 2019 By admin No Comments on Useful Examples Of Find Command In Linux

Insight: List Of Useful Examples Of Find Command In Linux Operating Systems.

Let’s have look into the usage of Find command in Linux with the examples.

List Of Useful Examples Of Find Command In Linux

1. List All Files

Run the following command to list all files present inside the current directory in Linux.

sudo find -print

2. List All Files Present in a Specific Directory

Run the following command to list all files present in a particular or specific directory.

sudo find /folder

3. Search for a Specific File

Run the following command to search for a specific file in Linux. The following command will search for a file called itsubunt.txt inside your current direcotry.

sudo find -name itsubuntu.txt

4. Search for A File Ignoring Case

Run the following command to search for a file text.txt without the matching case which means that if there are two files by the name test.txt and Text.txt, it will display both files.

sudo find -iname test.txt

5. Search for Folders Inside the Current Directory

Run the following command to search for folders inside the current directory.

sudo find -type d

6. Search For A Specific Folder In a Directory

Run the following command to search a specific folder in a directory.

sudo find /home -type d -name users

This command will search for a folder called users inside the /home directory.

READ More Relevant Stuff:  How To Upgrade To RHEL 8 From RHEL 7

7. Search All Symbolic Links

Run the following command to search all symbolic links.

sudo find /usr -type l

8. Find Files With 777 Permission

Run the following command to search the files with 777 permission.

sudo find -type f -perm 0777 -print

9. Find Files Without 777 Permissions

Find the files without 777 permissions with the help of command below.

sudo find / -type f ! -perm 777

10. Find A File And Remove It

Run the following command to find a specific command and remove it

sudo find -type f -name “test.txt” -exec rm -f {} \;

11. Find All Empty Files in The System

Run the following command to find the all empty files in the Linux

sudo find /tmp -type f -empty
Linux

Post navigation

Previous Post: bmon Network Bandwidth Monitoring And Debugging Tool
Next Post: Useful Tools To Find And Delete Duplicate Files In Linux

Related Posts

Linux 5.12 Kernel Reaches End of Life Linux 5.12 Kernel Reaches End of Life Linux
open source vpn tools Some Of The Best Open Source VPN Tools Linux
New Kernel Security Update For Ubuntu 16.04 LTS With Linux Kernel 4.4 Is Out Now New Kernel Security Update For Ubuntu 16.04 LTS With Linux Kernel 4.4 Is Out Now Linux
Install Build Essential Install Build Essential Tools On Ubuntu 22.04 LTS Install Build Essential Tools On Ubuntu 22.04 LTS Linux
TUXEDO InfinityBook Pro 16 Gen7 Linux Laptop Specs & Price TUXEDO InfinityBook Pro 16 Gen7 Linux Laptop Specs & Price Laptops
Virtualbox 6.0.12 Released | Install In Ubuntu Virtualbox 6.0.12 Released | Install In Ubuntu Linux

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • How To Enable Hibernate in Ubuntu 22.04 LTS May 20, 2024
  • Popular Ubuntu Games: Top 5 Games To Play March 17, 2024
  • WordPress | Your site doesn’t include support for the “generateblocks/container” block GenerateBlocks Plugin February 11, 2024
  • Ubuntu Autoremove Command Debian Autoremove Command February 10, 2024
  • How To Mount Windows 11 Shares on Debian Linux December 7, 2023
  • Anonymous Browsing 101: A Deep Dive Into Residential Proxies November 20, 2023
  • How To Correctly Install Uninstall Linux Ubuntu Nvidia Drivers Fast October 31, 2023
  • Ethical Web Design: The Dos and Don’ts October 28, 2023
  • Understanding the Role of Security Operations Center October 25, 2023
  • The Positive Effects of AI Tools and Online Services on Students Successful Essay-Writing Skills October 3, 2023
  • Linux Wget Examples September 27, 2023

Categories

  • Android
  • Apple
  • Blogs
  • Debian
  • Fix
  • Gadgets
  • Game
  • Google
  • How To Ubuntu
  • Internet
  • Laptops
  • Linux
  • Linux Commands
  • Linux Game
  • Linux Mint
  • News
  • Operating Systems
  • Security
  • Technology
  • Themes
  • Tools
  • Tutorials
  • Ubuntu
  • ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Windows 11
  • Wordpress
  • Search Jobs
  • Post a Job
  • Job Dashboard
  • Contact Us
  • About US
  • Cookie Policy
  • Terms and Conditions
  • Privacy Policy
  • Sitemap
  • Write For US

Tags

android apps centos ChatGPT command Commands Debian deepin Desktop docker Fedora fix game games Gaming gnome google kernel linux linux commands linux kernel Linux laptops Linux Mint Linux themes minecraft NVIDIA Python Raspberry Pi sysadmin themes ubuntu ubuntu 18.04 Ubuntu 18.04 LTS Ubuntu 20.04 ubuntu 20.04 lts Ubuntu 22.04 LTS Ubuntu games Ubuntu kernel ubuntu themes ubuntu tutorial VirtualBox Windows Windows 11 Wine WSL
itsubuntu.com is an Equal Opportunity Employer. For Advertisement, Jobs, Guest posts, and any other thoughts, email us at [email protected]
  • Prepared Foods Order Writer (Deli / Culinary – Buyer / Inventory Replenishment) – Full Time

    • Thayne, WY
    • Whole Foods Market
    • Full Time
  • Sr. Risk and Controls Compliance Policy Writer (on-site Phoenix, Chicago, San Fran)

    • San Francisco, CA
    • INSPYR Solutions
    • Full Time
  • Artificial Intelligence & Gen AI Engineer – Tampa, Hybrid

    • Tampa, FL
    • Citigroup Inc
    • Full Time
  • Sr. Technical Documentation Specialist – REMOTE

    • Atlanta, GA
    • HHS Technology Group, Inc.
    • Full Time
  • TECHNOLOGY VICE PRESIDENT, ARTIFICIAL INTELLIGENCE & MACHINE LEARNING AND DATA

    • Falls Church, VA
    • NLP PEOPLE
    • Full Time
  • Architectural Drafter

    • Sarasota, FL
    • Start To Finish Drafting
    • Full Time
  • Senior or Principal Data Scientist – Technical AI Ethicist

    • Seattle, WA (Remote)
    • salesforce.com, inc.
    • Full Time
  • Artificial Intelligence (AI) Data Scientist

    • Fairfax, VA
    • General Dynamics Information Technology
    • Full Time

Copyright © 2025 Technology News Information & Jobs.

Powered by PressBook Grid Blogs theme