1

Is there a command to monitor all commands, more along the side of remote access than the keyboard.I have experienced a problem in which the current version of firefox the bookmarks where removed so I am expecting a possible hack. Perhaps something like a trace.

Cam
  • 89
  • 1
  • 1
  • 7

1 Answers1

1

Do you mean terminal (shell) commands? There is a history command which will print out the past commands executed. Provided the list is not cleared of course.

If you mean remote commands executed over ssh, take a look at the first answer for this question

loongyh
  • 188