find command with examples in linux ubuntu [ explained ]

preview_player
Показать описание
Find Commands :-
------------------
Find is used to search the data anywhere in system :

#find / -name passwd {Command will search file named passwd in / , remember this command will exactly match the case of search value, you have entered}

#find / -name *.jpg {command will search all the files in your system having extension .jpg}

#find / -iname passwd {Command will search the value "passwd" in capital or small letters in whole system, including all mounted partitions}

#find / -user username {command will search all the data belongs to username user in whole system }

#find / -size +10M {Command will search all the files in system those are greater then 10 MB in size in whole system, you can search in K,M,G}

#find / -size -10M {Command will search all the files in system those are smaller then 10 MB in size, This command is practically not usable as maximum files in system is below 10M}

#find / -size 10M {Command will search the files of exact 10 MB}

#find /home -ctime +3 {Command will search the data "created" before then last 3 days}

#find /home -atime -3 {Command will search the data "accessed" within last 3 days}

#find /home -mtime 3 {Command will search the data "modified" exactly 3 days before}

---------------------------------------------------------------------------

Ubuntu tutorials for beignners playlist :-

--------------------------------------------------------------------------------------------------

how to reset / recover password in ubuntu 16.04 (100 % working) :-

-----------------------------------------------------------------------------------------------------

How to run windows games in linux ubuntu : -

---------------------------------------------------------------------------------------------------

How to complie and run c,c++ programs in linux ubuntu : -

---------------------------------------------------------------------------------------------------

How to create bootable usb/pen drive in linux ubuntu :-

--------------------------------------------------------------------------------------------------

How to format usb drive in linux ubuntu :-

------------------------------------------------------------------------------------------------------

How to create ,extract , compress tar files in ubuntu linux : -

-----------------------------------------------------------------------------------------------------------

Like us on Facebook : -

----------------------------------------------------------------------------------------------------

Website Link :-

Tags :-

how to find a file in linux
how to find a directory in linux
how to find a folder in linux
find file command in linux
linux find command recursive
ubuntu find file recursive
ubuntu find directory
ubuntu find file containing text
ubuntu find file command line recursive
ubuntu find wildcard
command line find file windows
ubuntu locate command
ubuntu find file partial name
linux find file recursive
find directory in linux
how to find a file in linux in all directories
find a file in unix
locate command in linux
unix command to find a file in a directory and subdirectory
command line find file windows
linux locate
find file in linux command
how to find directory in unix
find folder linux terminal
linux find directory recursive
linux find file recursive
linux find -exec example
bash find a file in a directory
how to find a file in linux in all directories
ubuntu find file in directory
ubuntu find folder recursive find / -name exampledocs -type d find
Рекомендации по теме