home products tech support contact us

 Linux 技術支援    ⇒   基礎篇    進階篇    補腦篇    指令索引    中⇒ENG
版權所有, 引用請註明出處
 

ll 列出冗長檔案資訊

指令 ll (小寫的 L)非原生的 Linux 指令,但大部份發行版應會收錄,ll 是指令 ls -l 別名,因 ls -l 很常用,用 ll 來取代 ls -l 方便很多。

$ ll /etc/*.conf ←列出〝/etc〞目錄內所有副檔名為〝.conf〞的檔案
-rw-r--r--. 1 root root 55 Mar 1 2017 /etc/asound.conf
-rw-r--r--. 1 root root 14392 Aug 4 2017 /etc/autofs.conf
-rw-------. 1 root root 232 Aug 4 2017 /etc/autofs_ldap_auth.conf

更多 ls 的用法和說明參考連結