Quote:
Originally posted by dEMax
hi, i have a problem for linux redhat.
i'm is root or admin. but i have user naughty run command or anyting on server. i wish to tracking action user run command or view user run command or view terminal of user online at the time.
thank you for help
|
Then use something like sudo access for users who also must be root once in a while. Try:
visudo
Then enable the group wheel to su to root
save
Add the users which need sudo access to the group wheel.
The most actions are logged then in /var/log/messages or /var/log/syslog or /var/log/auth.log
Hope this helps