当前位置: 技术问答>linux和unix
linux中ls-l命令显示的总用量是如何计算出来的
来源: 互联网 发布时间:2017-03-20
本文导语: [root@Linux ~]# ls -l 总计 56 -rw------- 1 root root 865 03-15 04:12 anaconda-ks.cfg drwxr-xr-x 2 root root 4096 03-14 20:34 Desktop -rw-r--r-- 1 root root 27964 03-15 04:12 install.log -rw-r--r-- 1 root root 5069 03-15 04:11 install.log.syslog 另外...
[root@Linux ~]# ls -l
总计 56
-rw------- 1 root root 865 03-15 04:12 anaconda-ks.cfg
drwxr-xr-x 2 root root 4096 03-14 20:34 Desktop
-rw-r--r-- 1 root root 27964 03-15 04:12 install.log
-rw-r--r-- 1 root root 5069 03-15 04:11 install.log.syslog
另外谁能告诉我第二列中数字是什么意思?
总计 56
-rw------- 1 root root 865 03-15 04:12 anaconda-ks.cfg
drwxr-xr-x 2 root root 4096 03-14 20:34 Desktop
-rw-r--r-- 1 root root 27964 03-15 04:12 install.log
-rw-r--r-- 1 root root 5069 03-15 04:11 install.log.syslog
另外谁能告诉我第二列中数字是什么意思?
|
If the -l option is specified, the following information will be written:
"%s %u %s %s %u %s %sn",
, , , , , ,
|
应该是 directory 的深度
file 的话就是 1
file 的话就是 1