LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Need help on find command. (https://www.linuxquestions.org/questions/linux-enterprise-47/need-help-on-find-command-4175484174/)

manoj.linux 11-11-2013 02:59 AM

Need help on find command.
 
Hi,

I want to exclude find command for finding folders and files for nfs mounted file system.


it will search only local mounted file systems.

Please suggest.

colucix 11-11-2013 03:05 AM

Try the -xautofs or the -xdev option. From man find:
Code:

      -xautofs  Don’t descend directories on autofs filesystems.

      -xdev    Don’t descend directories on other filesystems.



All times are GMT -5. The time now is 01:30 AM.