linux 怎么查看一个文件的大小啊
发布网友
发布时间:2022-04-19 18:03
我来回答
共3个回答
热心网友
时间:2023-08-30 02:10
[root@iZ259r7h4pfZ ~]# ls -sh a.py
4.0K a.py
[root@iZ259r7h4pfZ ~]# -sh a.py
4.0K a.py
[root@iZ259r7h4pfZ ~]# stat
stat status
[root@iZ259r7h4pfZ ~]# stat a.py
File: `a.py'
Size: 13 Blocks: 8 IO Block: 4096 regular file
Device: ca01h/51713d Inode: 1086802 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2017-11-13 19:45:05.811286067 +0800
Modify: 2017-11-13 19:45:03.354194036 +0800
Change: 2017-11-13 19:45:03.354194036 +0800
热心网友
时间:2023-08-30 02:11
ls -l filename
热心网友
时间:2023-08-30 02:11
-h filename