why "find ... ! -fstype nfs .. " does not work?
- From: "James" <jzheng22@xxxxxxxxx>
- Date: 21 Jun 2006 14:24:13 -0700
Hi all,
I want to search for core dump files across the whole filesystem.
The command line is
pdossudo find / -name core ! -fstype nfs -print
However, during command executing, it keeps freeze at
"NFS server foobar not responding still trying"
There is even no time-out, so I have to kill -9 theprocess.
I wondered why "! -fstype nfs" is not effective and where I should
check NFS setup.
Many thanks,
James
.
- Follow-Ups:
- Re: why "find ... ! -fstype nfs .. " does not work?
- From: Stephane CHAZELAS
- Re: why "find ... ! -fstype nfs .. " does not work?
- Prev by Date: Re: rm -rf "/path/to/files/*.*" 2>&1 fails and throws no errors/warnings
- Next by Date: Re: why "find ... ! -fstype nfs .. " does not work?
- Previous by thread: grep: logical AND across multiple files?
- Next by thread: Re: why "find ... ! -fstype nfs .. " does not work?
- Index(es):
Relevant Pages
|