linux disk usage command-du $ man du NAME du - estimate file space usage SYNOPSIS du [OPTION]... [FILE]... du [OPTION]... --files0-from=F DESCRIPTION Summarize disk usage of each FILE, recursively for directories. Mandatory arguments to long options are mandatory for short options too....
du(是 disk usage 的简称)用来显示目录或文件的大小,查找文件和目录的磁盘使用情况的命令。du 命令在与各种选项一起使用时能以多种格式提供结果。 使用方法 语法:du [-abcDhHklmsSx] [-L <符号连接>][-X <文件>][--block-size][--exclude=<目录或文件>] [--max-depth=<目录层数>][--help][--vers...
2、统计当前目录的大小,以直观方式展现 [linuxmi@linux:~/Linux迷] $ du -sh 查看当前目录总共占的容量,而不单独列出各子项占用的容量。 3、查看当前目录下所有一级子目录文件夹大小 并排序 [linuxmi@linux:~] $ sudo du -h --max-depth=1 |sort 4、以人性化的方式显示文件大小 [linuxmi@linux:~/Li...
The Linux “du” (Disk Usage) is a standard Unix/Linux command, used to check the information of disk usage of files and directories on a machine. The du command has many parameter options that can be used to get the results in many formats. The du command also displays the files and ...
Many online tutorials recommend thedfcommand to use when checking for disk space usage on a Linux system. You can use this command to show disk usage and free disk space for a specific file system. Here’s an example of the output generated when running thedfcommand on an Ubuntu server. ...
In Free up space on your Linux system with this open source tool, I introduced Top Disk Consumer Report Generator (topdiskconsumer), an open source tool...
Thedu, or disk usage command, estimates file space usage in Linux. It provides detailed information about the disk space used by files and directories. The basic syntax of theducommand is: du [OPTIONS] [FILE/DIR] Here are some useful options you can apply: ...
完成前面的配置操作后,就可以在主机上扫描发现存储系统映射的Namespace。 使用nvme list查看扫描到的nvme磁盘 [root@localhost dev]# nvme list Node SN Model Namespace Usage Format FW Rev --- --- --- --- --- --- --- /dev/nvme0n1 2102352TVE10HOK6000002 Huawei-XSG1 1 21.49 GB / 107.37 ...
4.du– Directory Usage duis the command we’ll use to look at directory sizes. Let’s imagine our terminal is located where there are three directories and a file: $ ls -l total 20 drwxr-xr-x 2 mike sudo 4096 Nov 3 20:15 one -rw-r--r-- 1 mike sudo 6 Nov 4 12:37 test.tx...
Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage - bvaisvil/zenith