When you want to grant administrative access to some of your users while controlling and checking what they do on your systems, you use sudo
. However, even with sudo
, there are quite a few unseen issues—just think about giving out shell access. Recent sudo
releases added features that let you see these issues and even control them. For example, you can turn on more detailed and easier-to-process log messages and log each command executed in a shell session.
Powered by WPeMatico