ls list(串列) 串列目錄檔案 例子:ls / 列根/目錄下檔案與內容
-l(long)長格式
ll是個別名alias ll='ls -l --color=auto'
-a顯示所有檔案和檔案夾,(包含隱藏檔案).默認點開頭的檔案都是隱藏的,
-h 要與1一起用,顯示檔案大小(k,M,G)單位
-d (directorys)顯示目錄條目,不顯示內容,不加目錄只會顯示一個點(當前目錄)
list directory entries instead of contents
-F給不同的檔案加不同的標識,給目錄后面加/
-r 反向排序reverse order while sorting
-p 按修改的時間排序sort by modification time
-i 查看inode節點,研究檔案屬性,了解,







轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/47035.html
標籤:Linux
上一篇:user yuejgw is currently used by process 1488 , ps 中 查不到1488 如何 處理
下一篇:C語言資料型別
