linuxの下lsにファイルの接尾辞が表示されます@,*,/などの解釈があります

1535 ワード

ls -Fafptool*  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 .