du命令简介 du(是 disk usage 的简称)用来显示目录或文件的大小,查找文件和目录的磁盘使用情况的命令。du 命令在与各种选项一起使用时能以多种格式提供结果。 使用方法 语法:du [-abcDhHklmsSx] [-L <符号连接>][-X <文件>][--block-size][--exclude=<目录或文件>] [--max-depth=<目录层数>][--he...
9.du du 的英文原义为 disk usage,含义为显示磁盘空间的使用情况,用于查看当前目录的总大小。 du 命令用于查看当前目录的总大小: -s:对每个Names参数只给出占用的数据块总数。-a:递归地显示指定目录中各文件及子目录中各文件占用的数据块数。若既不指定-s,也不指定-a,则只显示Names中的每一个目录及其中的...
ls命令:列出当前工作目录下的所有文件/文件夹的名称 使用ls -l,会显示成字节大小,ls- lh会以KB、MB等为单位进行显示更加直观。 du命令:查看当前目录和子目录文件夹/文件大小情况 du = disk usage 磁盘使用率,输出每个文件或者目录总大小,其用法如下: du [OPTION]… [FILE]… -c, --total 累计大小 -d, ...
Summarize disk usage of each FILE, recursively for directories. df - report file system disk space usage Show information about the file system on which each FILE resides, or all file systems by default. df displays the amount of disk space available on the file system containing each file na...
Linux: disk usage df -i df -T df -h --total df -m df -x ext4 -x xfs -x swap du -a . du -h --max-depth=1 . du -shx /home/root du -c /home/* du -L /usr/share/lib/gcc64.so
The-oflag restricts the display to processes that are doing I/O, omitting it shows all the processes. You can also see the total disk bandwidth usage on the top two lines. In case you are wondering, the “total” values show the amount of data read from or written to the disk block ...
1、 ip addr show (ip address show 、ip addr ) 查看本机ip和额外的一些信息 2、ifconfig -a 其中 ether就是mac地址 3、cat /sys/class/net/eth0/address 查看eth0的mac地址 4、cat /proc/net/arp 查看连接到本机的远端ip的mac地址 系统版本和内核版本 ...
使用ifconfig或ip命令可以查看网络接口的信息。例如,ifconfig将显示所有网络接口的详细信息,而ip addr show也可以用来查看网络接口的状态。 2. 配置静态IP地址Configuring Static IP Address 在Linux中,可以通过编辑网络配置文件来设置静态IP地址。对于基于Debian的系统,编辑/etc/network/interfaces文件,添加如下内容:,xryy...
使用ifconfig或ip命令可以查看网络接口的信息。例如,ifconfig将显示所有网络接口的详细信息,而ip addr show也可以用来查看网络接口的状态。 2. 配置静态IP地址 Configuring Static IP Address 在Linux中,可以通过编辑网络配置文件来设置静态IP地址。对于基于Debian的系统,编辑/etc/network/interfaces文件,添加如下内容:,xr...
Thedf command(short fordisk free) is used to show the amount of free disk space available on Linux and other Unix-like systems and to understand the filesystems that have been mounted. df displays the amount of free space on the file system containing each file name argument...