The solutions for exercise07 of Missingsemester(2020)
debugging
Use
journalctl
on Linux orlog show
on macOS to get the super user accesses and commands in the last day. If there aren’t any you can execute some harmless commands such assudo ls
and check again.
When I run log show --last 1d
, it keeps running for along time. I don’t know how long it make take, so I will just execute harmless sudo ls
to check the log.