View Full Version : [kubuntu] session opened for user root by (uid=0)
infinitezero
March 25th, 2009, 08:25 PM
I always see the following line in my auth.log, any idea what it is?
pam_unix(cron:session): session opened for user root by (uid=0)
Thanks,
iz
BkkBonanza
March 26th, 2009, 12:11 AM
That is likely cron running a task as root.
You'd have to check the root crontab or the several /etc/cron.* directories to see what crons may be running.
To see the root crontab type,
sudo crontab -u root -l
but unless you set some up there is likely none and the cron you are seeing is from /etc/cron.daily or scripts in similar directories.
infinitezero
March 26th, 2009, 10:21 AM
Thank you for the info, I appreciate it.
iz
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.