LinuxAbove.com

open

Home

Login Form






Lost Password?
No account yet? Register

Advertisement

Listing disk space usage and partition table in Linux PDF Print E-mail
User Rating: / 0
PoorBest 
Here is an simple how-to list disk space usage and partition table in Linux

To List Disk Space usage in Linux OS use the following command in terminal window:

df -Th 

 

 ToList Partition Tables in Linux, use the following command:

fdisk -l
or, sudo fdisk -l 
 
Next >