B blog Verified User Joined Jan 28, 2011 Messages 131 Jan 28, 2017 #1 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.
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.
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,366 Location www.poralix.com Jan 30, 2017 #2 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.
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.