现在的位置: 首页 > 综合 > 正文

linux 下 查看 磁盘空间

2018年04月30日 ⁄ 综合 ⁄ 共 395字 ⁄ 字号 评论关闭
如果要查看磁盘还剩多少空间,当然是用df的命令了。
[root@localhost ~]# df -h 
文件系统              容量 已用 可用 已用% 挂载点 
/dev/sda2              14G   11G 2.6G 82% / 
/dev/sda1              99M   14M   81M 14% /boot 
tmpfs                 442M 275M 168M 63% /dev/shm 
/dev/mapper/vg_test-lv_test 
                       24M 1.3M   21M   6% /mnt/lvm 
[root@localhost ~]#
当然你可能并不关系磁盘还剩余多少空间,你是需要知道当前的文件夹下的磁盘使用情况:
[root@localhost ~]# du --max-depth=1 -h 
24K     ./.gnome   www.2cto.com  
8.0K    ./.eggcups 
8.0K    ./.config 

抱歉!评论已关闭.