Linux Clean Logs: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Operations= <syntaxhighlight lang='bash'> cd /var/log rm btmp-* </syntaxhighlight>")
 
Line 8: Line 8:
cd /var/log
cd /var/log
rm btmp-*
rm btmp-*
rm cron-*


</syntaxhighlight>
</syntaxhighlight>

Revision as of 16:33, 3 November 2017

Internal

Operations

cd /var/log
rm btmp-*
rm cron-*