On Wed, Mar 20, 2002 at 06:27:46PM -0000, David Richards wrote:
>     are there any program that will log/monitor who are using root
> privigies ?

grep " su\[" /var/log/auth.log

or, of you're just interested in people becoming root,

grep "su.*-root" /var/log/auth.log

-- 
When we reduce our own liberties to stop terrorism, the terrorists
have already won. - reverius

Innocence is no protection when governments go bad. - Tom Swiss

Reply via email to