2 FAQ tagged "linux find files"
Viewing 1-2 of 2 FAQ -- UNIX Find A File Command
I’ve just started to use Sun Solaris UNIX in our Labs. I’d like to know more about finding files from from the shell prompt. How do I find a file under UNIX?
- 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-2 of 2 FAQ - ( see all popular tags )


Recent Comments
Today ~ 8 Comments
Today ~ 7 Comments
Today ~ 1 Comment
Today ~ 1 Comment
Yesterday ~ 2 Comments