Anil Kalasa wrote:

   I am facing problem with find command,

   When I enter find / -name test.sh -print or only find from root
command it throws an error as

# find / -name test.sh -print
find: /etc: No such file or directory
find: /proc: No such file or directory

I've only seen such errors when the file system was damaged. (Or when they are dangling symlinks, but I don't expect /etc to be a symlink.)

Are there any error messages when you call: ls -l /
Output of ls -ld /etc ?
stat /etc ?

        Joachim

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod                          Email: [EMAIL PROTECTED]
Roedermark, Germany

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to