David Richards <[EMAIL PROTECTED]> writes: > are there any program that will log/monitor who are using root > privigies ?
su and sudo already log people using them in the system log. On my unstable machine, for example: Mar 20 17:50:38 watertown su[21359]: + pts/1 dmaze-root indicates that the user dmaze used su (with the specified process ID) on /dev/pts/1 to become root. (This out of /var/log/auth.log.) -- David Maze [EMAIL PROTECTED] http://people.debian.org/~dmaze/ "Theoretical politics is interesting. Politicking should be illegal." -- Abra Mitchell

