-
matteocisilino
-
RE: not whoami, but whowasi?
-
What you are looking for is a simple Auth.* event .
Every Distro match the pattern in a significant log file .
Look for auth.log or secure /var/log . Or simply "grep" this pattern "COMMAND=/bin/su" in any file in var/log , to inspect where it's logged.
-
05 Aug 11
What you are looking for is a simple Auth.* event .
Every Distro match the pattern in a significant log file .
Look for auth.log or secure /var/log . Or simply "grep" this pattern "COMMAND=/bin/su" in any file in var/log , to inspect where it's logged.