What is the command to find out how much disk space is being used/remaining?
|
You can use two commands. The first is to use
Usage works like such:
Which should output something like this:
The A second tool is with |
||||
|
|
|
There are several good command line tools for reporting disk usage. Use the one that's most helpful to you: df
df is installed by default. pydf
Column headers are colored. discus
Column headers and progress bars are colored. di
|
|||
|
|
|
Try For example, |
||||
|
|
|
You can use this command to find out how much space files in your home directory (replace
|
|||
|
|
|
Note tht df -h will show u only remaining space on Mounted Partitions. Suppose there are NTFS n FAT32 partitions too before running it note that mount all the partitions. If Ubuntu is sole OS on ur machine then i dnt c any prob with 'df'. |
|||
|
|