统信UOS Server 20 1070a普通用户无法使用crontab问题处理
Correct right to /usr/bin/crontab are -rwsr-xr-x. So use chmod 4755 /usr/bin/crontab to set them.
# chmod 4755 /usr/bin/crontab
或者 chmod a+rwx,g-w,o-w,ug+s,+t,g-s,-t /usr/bin/crontab
# vim /etc/cron.allow
将普通用户名添加到cron.allow