1 FAQ tagged "search directory"
Viewing 1-1 of 1 FAQ -- How do I search my Linux / UNIX server for a file?
Q. How do I search Linux box for a file?
A. You need to use find command, which search for files in a directory hierarchy (file system) and prints information about the files it found. It is run like as follows:
find {dir-name} -name {file-name}
Find command examples
Find out file called foo.txt:
# find / -name foo.txt
Find out [...]
Viewing 1-1 of 1 FAQ - ( see all popular tags )


Recent Comments
Today ~ 5 Comments
Yesterday ~ 18 Comments
Yesterday ~ 3 Comments
Yesterday ~ 4 Comments
Yesterday ~ 13 Comments