【发布时间】:2015-09-30 14:59:53
【问题描述】:
我已经执行了两个 cmets,但是两个输出的大小似乎不同。
ls -lh
total 147M
-rw------- 1 root root 3.4K Sep 30 14:58 anaconda-ks.cfg
-rw-r--r-- 1 root root 247 Sep 30 14:58 install.post.log
-rw-r--r-- 1 root root 54 Sep 30 14:58 install.postnochroot.log
-rw-r--r-- 1 root root 147M Sep 30 14:58 jdk-7u79-linux-x64.gz
ls -l --si
total 154M
-rw------- 1 root root 3.5k Sep 30 14:58 anaconda-ks.cfg
-rw-r--r-- 1 root root 247 Sep 30 14:58 install.post.log
-rw-r--r-- 1 root root 54 Sep 30 14:58 install.postnochroot.log
-rw-r--r-- 1 root root 154M Sep 30 14:58 jdk-7u79-linux-x64.gz
【问题讨论】:
-
检查
man ls怎么样? -
StackOverflow 的权限是关于编程的问题。
ls是一个不应在编程上下文中使用的工具(请参阅mywiki.wooledge.org/ParsingLs)。因此,这里不是主题。 -
我投票结束这个问题,因为它不是关于编程的问题。