Crontab Owner

blog

Verified User
Joined
Jan 28, 2011
Messages
131
Hi

When run

ls -la /usr/bin/crontab

Get

-rwsr-xr-x 1 root root 51K Aug 23 20:36 /usr/bin/crontab

it should change to?

-rwsr-xr-x 1 root crontab 34760 Jul 3 2012 /usr/bin/crontab

How change?

Thanks.
 
Hello,

It's not Debian, so on CentOS it is:

Code:
-rwsr-xr-x 1 root root 51784 Aug 24 01:36 /usr/bin/crontab

on Debian it's:

Code:
-rwxr-sr-x 1 root crontab 36008 Jun 11  2015 /usr/bin/crontab

There is no group 'crontab' on CentOS 6 by default.
 
Back
Top