可以使用find命令结合du。例如,找出当前目录及子目录下大于10MB的文件夹:
参考文章:how to check directory size in Linux 用于显示目录或文件的大小。 显示当前目录文件或者文件占用空间:du 显示指定文件或文件夹的大小:du test.txt 方便阅读的格式查看目录所占空间情况:du -h test 仅显示当前文件夹的总计:du -s * 以方便阅读的方式查看指定目录层级的空间占用情况:du -lh --max-de...
du命令参考文章:how to check directory size in Linux 用于显示目录或文件的大小。...显示当前目录文件或者文件占用空间:du 显示指定文件或文件夹的大小:du test.txt 方便阅读的格式查看目录所占空间情况:du -h test 仅显示当前文件夹的总计:du -s *...
Filesystemlabel= <==这里指的是分割槽的名称(label) OStype: LinuxBlocksize=4096(log=2) <==block的大小配置为4K Fragment size=4096(log=2)251392inodes,502023blocks <==由此配置决定的inode/block数量25101blocks (5.00%) reservedforthe super user First datablock=0Maximum filesystem blocks=51589939216bl...
fsck(file system check)用来检查和维护不一致的文件系统。 若系统掉电或磁盘发生问题,可利用fsck命令对文件系统进行检查。 语法: fsck [-t 文件系统] [-ACay] 装置名称 选项与参数: 实例1 查看系统有多少文件系统支持的 fsck 命令: [root@ylg ~]# fsck[tab][tab]fsck fsck.cramfs fsck.ext2 fsck.ext3...
Filesystem Size Used Avail Use% Mounted on /dev/hdc2 9.5G 3.7G 5.4G 41% / du Linux du命令也是查看使用空间的,但是与df命令不同的是Linux du命令是对文件和目录磁盘使用的空间的查看,还是和df命令有一些区别的,这里介绍Linux du命令。 语法: ...
Check interval: 0 (<none>) Lifetime writes: 4445 kB Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) First inode: 11 Inode size: 128(inode的大小) Journal inode: 8 Default directory hash: half_md4 Directory Hash Seed: 05ca7d6b-d6b6-4e15-854f-e9d49f0f3...
Before we can find a file’s size, let’s create the file first. Go to the directory where you want to store the file, then run the following command: yes 'This is a test file.' | head -c 10MB > testfile.txt This command essentially creates a 10MB file named testfile.txt, fille...
I/O size (minimum/optimal): 512 bytes / 512 bytes Disk label type: dos Disk identifier: 0x9277b47b Device Boot Start End Blocks Id System /dev/vdb1 2048 41943039 20970496 83 Linux 说明 如果您的数据盘尚未分区,命令返回结果中不会出现分区信息。
Many times we need to check specific directory size to hunt down the culprit of mount point utilization. There are scenarios where mount points keep getting full and we need to investigate which file or directory is hogging most of the space. ...