linux下查詢無效的符號連線(轉)
linux下查詢無效的符號連線(轉)[@more@]命令:
find -L /path/to/dir -type l 或 find /path/to/dir -follow -type l
find -L /path/to/dir -type l 或 find /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 下 github ssh 無法連線LinuxGithub
- oracle 連線查詢Oracle
- SQL連線查詢SQL
- sql 連線查詢例項(left join)三表連線查詢SQL
- 二分查詢實現符號表符號
- MySQL之連線查詢和子查詢MySql
- mysql查詢語句5:連線查詢MySql
- linux下查詢字串Linux字串
- linux下查詢命令的技巧Linux
- mysql-分組查詢-子查詢-連線查詢-組合查詢MySql
- 符號連結符號
- 連結使用的符號符號
- update-alternatives符號連線的層數過多符號
- 1112跨表連線查詢
- MySQL學習-連線查詢MySql
- oracle連線查詢詳解Oracle
- FastHook——實現.dynsym段和.symtab段符號查詢ASTHook符號
- [C]有符號數和無符號數符號
- MySql中的資料查詢語言(DQL)三:連線查詢MySql
- 如何在VirtualBox客戶機使用符號連線符號
- Linux的VI (連線行,查詢和替換,多檔案編輯)Linux
- linux下找出核心符號資訊的4種方法Linux符號
- 如何在 Linux 中查詢服務的埠號Linux
- 符號(註釋符+轉義符+接續符)符號
- [Error Code: 904, SQL State: 42000] ORA-00904 : 識別符號無效ErrorSQL符號
- MySQL內連線查詢語句MySql
- Hibernate【查詢、連線池、逆向工程】
- 在 Linux 中怎樣移除(刪除)符號連結Linux符號
- linux平臺下C語言按程式名查詢程式號pidLinuxC語言
- 查詢手機號碼是否支援攜號轉網的API介面API
- 如何自動清除指定資料夾下的符號連結符號
- MySQL 連線查詢超全詳解MySql
- PHP連線、查詢MySQL資料庫PHPMySql資料庫
- 3.DQL資料查詢語言(內連線,外連線,自連線)
- MySQL講義第27講——select 查詢之自連線查詢MySql
- mysql求交集:UNION ALL合併查詢,inner join內連線查詢,IN/EXISTS子查詢MySql
- 從例項分析ELF格式的.gnu.hash區與glibc的符號查詢符號