What is the command to find out how much disk space is being used/remaining?
|
feedback
|
|
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 | ||||
|
feedback
|
|
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
| |||
|
feedback
|
|
Try du -sh eg - "du -sh /home/mark" will show a summarised usage report in human-readable output for /home/mark. | |||
|
feedback
|
|
You can use this command to find out how much space files in your home directory (replace
| |||
|
feedback
|
|
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'. | |||
|
feedback
|