The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 04-21-2007
jwriter jwriter is offline
Registered User
  
 

Join Date: Apr 2007
Posts: 2
Thank you Reborg. Since this is a dummies group, could you explain why number (1) works but numbers (2) and (3) don't work?

(1)
guests-Computer:/volumes/white guest$ pwd
/volumes/white
guests-Computer:/volumes/white guest$ find . -type d
.
./pho_pp
./pho_pp/Test_dir
./pho_pers
(snip)

(2)
guests-Computer:/volumes/white guest$ pwd
/volumes/white
guests-Computer:/volumes/white guest$ find /white -type d
find: /white: No such file or directory

(3)
guests-Computer:/volumes guest$ pwd
/volumes
guests-Computer:/volumes guest$ find /white -type d
find: /white: No such file or directory