Wow. I just learned that my Linux computer has been logging my shell commands, going back for months.
Uncategorized
2
Posts
2
Posters
0
Views
-
Wow. I just learned that my Linux computer has been logging my shell commands, going back for months. You may want to see what your history shows.
cat ~/.bash_history
This could be helpful if I need to remember some command I entered, such as the exact syntax that worked, even days ago.
#Linux #LinuxMint #privacy #security

-
Wow. I just learned that my Linux computer has been logging my shell commands, going back for months. You may want to see what your history shows.
cat ~/.bash_history
This could be helpful if I need to remember some command I entered, such as the exact syntax that worked, even days ago.
#Linux #LinuxMint #privacy #security

@Earl
even easier, just:
$ history