码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 磁盘管理命令

时间:2016-04-29 10:35:36      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:

df


NO1. 显示所有存储系统空间使用情况,同时显示存储系统的文件系统类型s
[root@rehat root]# df -aT


NO2. 显示指定文件系统的空间使用情况
[root@rehat root]# df -t ext3


NO3. 人性化显示各存储空间大小
[root@rehat root]# df -ah


NO4. 有时候挂载了网络文件系统,若只想看本机的文件系统用如下命令
[root@rehat root]# df -ahlT


NO5. 查看某个文件系统的磁盘使用情况
[root@rehat root]# df -h /dev/cdrom

检查目录空间大小的CentOS常用命令 

du


NO1. 查看当前文件夹大小
[root@rehat root]# du -sh


NO2. 查看当前文件及文件中包含的子文件夹大小
[root@rehat root]# du -ch


NO3. 查看文件的大小
[root@rehat root]# du -h test1.txt


NO4. 同时查看多个文件的大小
[root@rehat root]# du -h test1.txt test2.txt

 

Linux 磁盘管理命令

标签:

原文地址:http://www.cnblogs.com/leefan/p/5445374.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!