博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
rhel磁盘情况查看df(linux)
阅读量:2300 次
发布时间:2019-05-09

本文共 489 字,大约阅读时间需要 1 分钟。

rhel磁盘情况查看df(linux)

 

可以使用 df 查看磁盘的使用情况,常用-h 参数 。

[root@localhost /]# df -h

 

FilesystemSize Used Avail Use% Mounted on /dev/mapper/VolGroup01-LogVol00

77G 2.2G71G3% /

 

/dev/sda1  99M 12M82M 13% /boot

tmpfs  506M0 506M0% /dev/shm

/dev/hdc  2.8G 2.8G0 100% /media/RHEL_5.4 i386 DVD

[root@localhost software]# df -h

Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                       13G  6.1G  5.9G  51% /
/dev/sda1              99M   30M   65M  32% /boot
tmpfs                 471M     0  471M   0% /dev/shm
[root@localhost software]# 

转载地址:http://ackib.baihongyu.com/

你可能感兴趣的文章
54. Spiral Matrix
查看>>
118. Pascal's Triangle
查看>>
344. Reverse String
查看>>
561. Array Partition I
查看>>
189. Rotate Array
查看>>
283. Move Zeroes
查看>>
80. Remove Duplicates from Sorted Array II
查看>>
41. First Missing Positive
查看>>
299. Bulls and Cows
查看>>
134. Gas Station
查看>>
42. Trapping Rain Water
查看>>
217. Contains Duplicate
查看>>
219. Contains Duplicate II
查看>>
220. Contains Duplicate III
查看>>
TreeSet & TreeMap
查看>>
57. Insert Interval
查看>>
352. Data Stream as Disjoint Intervals
查看>>
239. Sliding Window Maximum
查看>>
super & this
查看>>
容器关系:Collection
查看>>