View disk usage
03.12.2009. at 23:38 Leave a comment
Here are 3 linux tools that I usualy use for analysing disk space.
- To see size and usage of any mounted partition, df command can be used:
df -h -
To see disk usage of particular directory, du command can be used:
du -sh directory_name - In graphical enviroment good graphical disk analyser is baobab.
Ofcourse, there are other options for first two commands, that can be read in their man pages. And, there are many other graphical disk analysers.
Advertisement
Entry filed under: Linux commands, Xorg. Tags: disk analiyser, disk usage, free disk space, linux.
Trackback this post | Subscribe to the comments via RSS Feed