I am inside the home directory of a Linux machine (which I logged into using Putty).
From there on I need to find a folder named my-web1.0.
Is there any way to go know the path of that directory named my-web1.0?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You can use the
If that doesn't produce any results, the folder is probably somewhere else. Try [EDIT] That will print the path. Use | |||||||
feedback
|
|
if my-web1.0 is within your home folder:
if you don't know where it is at all:
| |||
|
feedback
|
|
Try using the tree view
then
or just use
You can obtain more information about it using
| ||||
|
feedback
|
locatecan be handy and fast if you are runningupdatedbalready – Sujoy Oct 26 '11 at 10:42