journald のエントリが Linux マシンの /var ボリュームをいっぱいにしています。システム管理者がこれらのエントリによって占有されているディスク領域を解放するために使用する最適なコマンドは次のうちどれですか?
正解:A
To safely reduce the size of journald logs, journalctl --rotate forces log rotation, and journalctl -- vacuum-time=ls removes entries older than the specified time. This approach efficiently manages log files without directly deleting files, which could risk corruption.