Examples of Linux Find Command
Examples of Linux Find Command
o The Linux Find Command is one of the most important and frequently used
command command-line utility in Unix-like operating systems.
o Find command is used to search and locate the list of files and directories
based on conditions you specify for files that match the arguments.
o Find can be used in a variety of conditions like you can find files
by permissions, users, groups, file type, date, size, and other possible criteria.
Command Description
-not Return only results that do not match the test case.
./tecmint.txt
/home/tecmint.txt
./tecmint.txt
/Tecmint
./tecmint.php
./tecmint.php
./login.php
./index.php
# find / -mtime 50
# find / -atime 50