This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:linux:commandes [2024/11/18 09:04] – yahiko | informatique:linux:commandes [2025/05/15 07:44] (current) – yahiko | ||
---|---|---|---|
Line 90: | Line 90: | ||
grep -rl " | grep -rl " | ||
</ | </ | ||
+ | |||
+ | ===== Forcer logrotate ===== | ||
+ | <code bash> | ||
+ | logrotate -f / | ||
+ | </ | ||
+ | https:// | ||
+ | |||
+ | ===== Supprimer des fichiers plus vieux que ===== | ||
+ | <code bash> | ||
+ | find / | ||
+ | </ | ||
+ | Où '' | ||
+ | |||
+ | |||
+ | <code bash> | ||
+ | find / | ||
+ | </ | ||
+ | Où '' |