Created
January 28, 2020 13:45
-
-
Save yogeek/47a2217f022e9de5e404e9aafaee6879 to your computer and use it in GitHub Desktop.
System
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Clear all journactl logs | |
journalctl --rotate | |
journalctl --vacuum-time=1s | |
# Clear only archived logs | |
journalctl --vacuum-time=2d | |
journalctl --vacuum-size=50M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment