質問

Heading

When I type history, the output seems to tie to the current terminal. How can I view history of commands typed in other terminals by the same user? Thanks.

役に立ちましたか?

解決

Below command will shows the total history of commands entered on the terminal,

cat ~/.bash_history
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top