Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined! Hollow06's Avatar
    Join Date
    Mar 2007
    Location
    Ohio
    Posts
    32

    -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.

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    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.

  3. #3
    Just Joined! Hollow06's Avatar
    Join Date
    Mar 2007
    Location
    Ohio
    Posts
    32

    ahh

    Thx dark. ,......a manual, i knew those were good for something.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...