linux下ls出现文件的后缀有@,* ,/之类的解释
生活随笔
收集整理的這篇文章主要介紹了
linux下ls出现文件的后缀有@,* ,/之类的解释
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
ls -F
afptool* ?img_maker* ? ?lzcmp@ ? ? lzfgrep@ ? lzma* ? ? ? ? lzmore* ? ? ? ? node-pre-gyp@
bower@ ?img_unpack* ? lzdiff* ? ? ? lzgrep* ? ? lzmadec* ? ?mkkrnlimg* ? ? npm@
grunt@ ? lzcat@ ? ? ? ? ? ?lzegrep@ ? lzless@ ? ? lzmainfo* ? ?node* ? ? ? ? ? ?unlzma@
可執行文件, 添加一個后綴*;
文件夾, 添加一個后綴/;
軟連接, 添加一個后綴@;
?
ls -F?appends symbols to filenames. These symbols show useful information about files.
?
- @?means?symbolic link?(or that the file?has extended attributes).
- *?means?executable.
- =?means?socket.
- |?means?named pipe.
- >?means?door.
- /?means?directory.
?
轉載于:https://www.cnblogs.com/haoxing990/p/4633257.html
總結
以上是生活随笔為你收集整理的linux下ls出现文件的后缀有@,* ,/之类的解释的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Session的实现与存储
- 下一篇: Linux基础-查看文件与目录