Filesystems - Red Hat LINUX 7.2 - OFFICIAL LINUX CUSTOMIZATION GUIDE Manual

Hide thumbs Also See for LINUX 7.2 - OFFICIAL LINUX CUSTOMIZATION GUIDE:
Table of Contents

Advertisement

200
Figure 20–2 GNOME System Monitor

20.3 Filesystems

The df command reports the system's disk space usage. If you type the command df at a shell
prompt, the output looks similar to the following:
Filesystem
/dev/hda2
/dev/hda1
/dev/hda3
By default, this utility shows the partition size in 1 kilobyte blocks and the amount of used and avail-
able disk space in kilobytes. To view the information in megabytes and gigabytes, use the command
df -h. The -h argument stands for human-readable format. The output looks similar to the follow-
ing:
Filesystem
/dev/hda2
/dev/hda1
/dev/hda3
Chapter 20:Gathering System Information
1k-blocks
Used Available Use% Mounted on
10325716
2902060
15554
8656
20722644
2664256
Size
Used Avail Use% Mounted on
9.8G
2.8G
6.5G
15M
8.5M
5.9M
20G
2.6G
16G
6899140
30% /
6095
59% /boot
17005732
14% /home
30% /
59% /boot
14% /home

Advertisement

Table of Contents
loading

This manual is also suitable for:

Linux 7.2

Table of Contents