linux下查詢無效的符號連線(轉)

BSDLite發表於2007-08-15
linux下查詢無效的符號連線(轉)[@more@]命令:
find -L /path/to/dir -type lfind /path/to/dir -follow -type l
CODE:
-L Follow symbolic links. When find examines or prints information
about files, the information used shall be taken from the prop-
erties of the file to which the link points, not from the link
itself (unless it is a broken symbolic link or find is unable to
examine the file to which the link points). Use of this option
implies -noleaf. If you later use the -P option, -noleaf will
still be in effect. If -L is in effect and find discovers a
symbolic link to a subdirectory during its search, the subdirec-
tory pointed to by the symbolic link will be searched.

When the -L option is in effect, the -type predicate will always
match against the type of the file that a symbolic link points
to rather than the link itself (unless the symbolic link is bro-
ken). Using -L causes the -lname and -ilname predicates always
to return false.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617542/viewspace-959792/,如需轉載,請註明出處,否則將追究法律責任。

linux下查詢無效的符號連線(轉)
請登入後發表評論 登入
全部評論

相關文章