1 Command Show Hard Disk On Linux
# df -h : Human readable in MB or GB
# df -c : Diskplay a grand toal
# df -s : Diskplay a total for each argument
# df - i : List inode information
# df -l : Linit listing to local file system
--------------------------------------------------
# df -h : Human readable in MB or GB
# df -c : Diskplay a grand toal
# df -s : Diskplay a total for each argument
# df - i : List inode information
# df -l : Linit listing to local file system
--------------------------------------------------