Tag-Archive for » correct permission issue with linux server «

What is crontab correct permission?

The crontab correct permission is 4755 and you can check the crontab binary path and set the correct permission by using the following command from the shell.

Login in server as root user.

root@admin#[~] # which crontab

/usr/bin/crontab

chmod 4755 /usr/bin/crontab