ls -lisa命令中第二列的含义是什么?
ls -lisa
total 12
280187 0 -rw-rw-r-- 2 embedded embedded 0 Apr 3 02:05 a.txt
但我不知道第二栏代表什么?
答案 0 :(得分:2)
第二列是-s(--size)选项的结果,它表示文件的分配大小,始终是分配单元的倍数。 http://linuxcommand.org/lc3_man_pages/ls1.html
答案 1 :(得分:0)
你的ouptut中的第二列打印文件的大小。当你有多个选项时,它会让你感到困惑。
ls -lisa
280187 0 -rw-rw-r-- 2 embedded embedded 0 Apr 3 02:05 a.txt
选项是
-s, --size
print the allocated size of each file, in blocks