문제

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