Thread
:
[Request] App to see what installed applications are hogging all the memory in rootfs and opt folders
View Single Post
jedi
2011-06-28 , 14:05
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#
3
Code:
du -x / | sort -n
Code:
du -x /opt | sort -n
- will give a (long) list of all the directories under / and /opt respectively, sorted by size (largest last).
__________________
May the source be with you.
Quote & Reply
|
The Following 5 Users Say Thank You to jedi For This Useful Post:
CutterSlade
,
ejasmudar
,
gazza_d
,
sjgadsby
,
Soulaxe
jedi
View Public Profile
Send a private message to jedi
Find all posts by jedi