Results 1 to 3 of 3
What does this mean when I am performing a search in with " find / -name "name*" -print"
" WARNING: Hard link count is wrong for /: this may be ...
- 03-26-2007 #1
-noleaf option?
What does this mean when I am performing a search in with " find / -name "name*" -print"
" WARNING: Hard link count is wrong for /: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier results may have failed to include directories that should have been searched.
linux-s5s2/ # more /etc/fstab"
I decided to start learning the language of ....bash?..yeah that.
- 03-27-2007 #2
You can find out when the "noleaf" option does by taking a look at the manual for "find". You can do this by running "man find" in a terminal or entering "man:/find" in Konqueror. The manual has a lost of flags/options and it explains in great detail what they do.
- 03-27-2007 #3
ahh
Thx dark. ,......a manual, i knew those were good for something.


Reply With Quote