I would like to know if Landscape can monitor the user login logs and report. Whenever a user is switching as root, he becomes privileged user so I need to keep a track of the user. Hence will Landscape track the logs of the privileged users.
Asked
Active
Viewed 22 times
grep sudo /var/log/auth.log
in terminal will show you all commands issued by users usingsudo
, for example. – ridgy Dec 19 '16 at 13:39