Disk Usage: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(New page: To see what space is aviable on all partitions. <pre> du -h </pre> Category : Linux)
 
No edit summary
 
Line 1: Line 1:
To see what space is aviable on all partitions.
To see what space is aviable on all partitions.
<pre>
<pre>
du -h
df -h
</pre>
</pre>


[[Category : Linux]]
[[Category : Linux]]

Latest revision as of 00:32, 12 May 2008

To see what space is aviable on all partitions.

df -h