Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
他の誰かが管理している ubuntu 10.04LTS サーバーにアクセスしていますが、最近更新やアップグレードが行われていないように感じます。
sudo権限なしで、更新が最後に行われたときをコマンドラインで確認する方法はありますか?
権限がデフォルトから変更されていない場合、Ubuntu の権限のないユーザーは apt 履歴ログを読み取ることができます。
less /var/log/apt/history.log
できる頻度だけを気にする場合:
grep Start-Date /var/log/apt/history.log