当前位置: 技术问答>linux和unix
ls -s是什么意思啊?
来源: 互联网 发布时间:2016-12-18
本文导语: [root@localhost work]# ls -l 5.txt 6.txt -rw-r--r-- 1 root root 0 07-30 19:50 5.txt -rw------- 1 root root 0 07-30 19:50 6.txt [root@localhost work]# ls -s 5.txt 6.txt 4 5.txt 4 6.txt 这是我测试的结果,ls -s是什么意思啊? ...
[root@localhost work]# ls -l 5.txt 6.txt
-rw-r--r-- 1 root root 0 07-30 19:50 5.txt
-rw------- 1 root root 0 07-30 19:50 6.txt
[root@localhost work]# ls -s 5.txt 6.txt
4 5.txt 4 6.txt
这是我测试的结果,ls -s是什么意思啊?
-rw-r--r-- 1 root root 0 07-30 19:50 5.txt
-rw------- 1 root root 0 07-30 19:50 6.txt
[root@localhost work]# ls -s 5.txt 6.txt
4 5.txt 4 6.txt
这是我测试的结果,ls -s是什么意思啊?
|
-s, --size 以块数形式显示每个文件分配的尺寸
这个时候 你一定要看帮助 知道吗?
ls --help 或者 man ls
linux系统里 默认一个block(一个块)是4k
这个时候 你一定要看帮助 知道吗?
ls --help 或者 man ls
linux系统里 默认一个block(一个块)是4k
|
man ls
有问题找男人
有问题找男人