|
|
一般使用没有问题,但是只要查找的路径里面包含/proc目录就waninng了:
root@[lfs] : /rootroot@[lfs]:~# find /* >test
find: WARNING: Hard link count is wrong for /proc/1/task: 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.
但是 find /usr>test没有问题,
相关信息:
root@[lfs] : /rootroot@[lfs]:~# find --version
GNU find 版本 4.2.23
Features enabled: D_TYPE O_NOFOLLOW(enabled)
root@[lfs] : /rootroot@[lfs]:~#
root@[lfs] : /rootroot@[lfs]:~# uname -a
Linux [lfs] 2.6.11.12 #1 Sat Aug 13 00:57:11 CST 2005 i686 i686 i386 GNU/Linux |
|