您的位置:首页 > 运维架构 > Linux

linux 普通用户无法使用crontab

2011-12-08 16:23 267 查看
Condition: If the user has existed, (test:test)

usermod -G test,cron test


In short, add the user to the group 'cron'.

If it still doesn't work, try the code below:

chmod u+s /usr/bin/crontab
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: