Pergunta

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.

Foi útil?

Solução

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

cat ~/.bash_history
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top