Link to home
Start Free TrialLog in
Avatar of haezeban
haezeban

asked on

Ls-commando

Hi,

My rootfile system is 100% full (I cleande it yetserday to 82% and now it is full again).

How  can I do an ls-commando where i see

the files in order of last use or in order of last modification over all the subdirectories under the root.


I tried ls -xlt | more

But it don't give me the sybddirectories.
Thanks for quick answer
Nicky

ASKER CERTIFIED SOLUTION
Avatar of yuzh
yuzh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
another pass:
look at
$ df -k
output
if you do not see separate pfilesystem for /var and /tmp - the logs are filling your / filesystem
What to do? - Find spare space (unpartitioned) and add 1G /var and 1G /tmp or so, if this is not possible, consider this for next time you install same operating system.
ls -ltR|more
Watch out for those syslogs in /var/log
wtmpx in /var/adm