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 12.04端末で入力されたコマンドの履歴をシステムが保存するログファイルは存在しますか? それはどこにありますか?誰かがそれに関する情報を見つけることができるリンクを共有できますか?
bashを使用している場合:~/.bash_history
~/.bash_history
historyコマンドを使用してから、grep を使用して検索できます。いえhistory | grep ls
history
history | grep ls