Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need suggestion
Message
Information générale
Forum:
Linux
Catégorie:
Autre
Titre:
Divers
Thread ID:
00742248
Message ID:
00742443
Vues:
14
Hi Winan,

You might check your /var/log tree. This is where many of your log files live. Log files can grow rapidly and consume alot os space. If you delete any logs, Linux will automatically create them again to start a new one.

Also, you take a look at the 'find' command. The find command has alot of options and will allow you to search your linux file system of file that exceed a certain limit. This is a good way to find the really big files in your file system.

Do you limit the amount of space available in your users home directories?

The following command would find files larger then (512 x 659) characters. The units are 512-byte blocks.
find / -size +659b -print
Leland F. Jackson, CPA
Software - Master (TM)
smvfp@mail.smvfp.com
Software Master TM
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform