Linux 管理者は、systemd を使用してシステムを再起動する前に、サーバーのいずれかのユーザーが現在ログインしているかどうかを確認する必要があります。サーバーが使用されていないことを確認するために、管理者は次のコマンドのどれを使用する必要がありますか?
正解:A
loginctl list-sessionsshows all active user sessions on a systemd-based host, allowing the administrator to confirm whether any users are currently logged in.