3/26/2014

Linux: Find files by name

To find a file by name on Linux, you use the find command with the -name flag:

For example, you might want to find the location of the Apache configuration file.

To start at the top, root directory, you would type:
find / -name httpd.conf

No comments :

Post a Comment