Question

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.

Was it helpful?

Solution

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

cat ~/.bash_history
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top