PPRuNe Forums - View Single Post - Linux Corner
Thread: Linux Corner
View Single Post
Old 6th October 2010 | 12:50
  #370 (permalink)  
rgbrock1
 
Joined: Aug 2000
Posts: 436
Likes: 0
From: Patterson, NY
First place to look is in /var/log. Can be lots of useless crap in there.
Second place, /tmp. (Although most Linux distros delete the contents of /tmp on reboot)

And if you really want to see what's chewing up your hard drive space issue the following command:

$ cd /
$ du -h | more

This will give you a rather lengthy listing of ALL your files on the entire hard drive.
You'll have to hit the <return> key to scroll through the listing.

Hope this helps.
rgbrock1 is offline  
Reply