Re: "find" doesn't traverse certain directories

From: Why Tea (ytlim1_at_gmail.com)
Date: 11/14/05

  • Next message: Liam Greenwood: "Re: How to poweroff Sun"
    Date: 14 Nov 2005 12:44:30 -0800
    
    

    I don't know if there is a /bin/find. Will find out and try tomorrow.

    If there is a permission problem on the mount points, I think I
    shouldn't be able to cd to those directories and their sub-directories.

    Perhaps I didn't explain clear enough in my original email, I'll show
    it in an example:

    > find /s1/s2/s3 -name \*.c -print
         ...
         ... (finds a lot of files)
         ...
        No such file or directory: s4 (doesn't traverse s4)

    Now, this works fine:
    > find /s1/s2/s3/s4 -name \*.c -print
        ...
        ... (traverses down s4 and finds files)
        ...
      
    /Why Tea


  • Next message: Liam Greenwood: "Re: How to poweroff Sun"