Journald
ナビゲーションに移動
検索に移動
Tips
古いジャーナルを整理する
現在の容量
$ sudo journalctl --disk-usage Archived and active journals take up 241.4M in the file system.
30日過ぎているログを削除する
# journalctl --vacuum-time=30d
現在の容量
$ sudo journalctl --disk-usage Archived and active journals take up 241.4M in the file system.
30日過ぎているログを削除する
# journalctl --vacuum-time=30d