Domanda

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.

È stato utile?

Soluzione

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

cat ~/.bash_history
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top