|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Finding file which is anywhere
If I want to find a file which is anywhere in the system ..how can I do that ..
Eg::I want to find a file trustedusers.dat ... which is somewhere .. Okay I goto root ... what command should I use |
|
#2
|
|||
|
|||
|
Code:
find / -name trustedusers.dat -print |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > Finding file which is anywhere |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|