Results 1 to 2 of 2
Hi All,
What is the command to find the location of folder in my Linux System?...
- 02-13-2008 #1Just Joined!
- Join Date
- Dec 2007
- Location
- chennai-TN,India
- Posts
- 42
Find a folder location
Hi All,
What is the command to find the location of folder in my Linux System?
- 02-13-2008 #2To find folder xyz in /home :Code:
find <location> -name <file/folder>
Code:find /home -name xyz
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


