原文:You (root) are not allowed to access to (crontab) because of pam configuration

巡检发现一台Linux服务器上的作业没有如期发送邮件,登录服务器检查后发现作业并没有执行,于是检查一下crontab的设置。结果发现如下错误: root mylnx crontab l Authentication token is no longer valid new one required You root are not allowed to access to crontab beca ...

2017-07-05 11:07 0 6577 推荐指数:

查看详情

You (oracle) are not allowed to use this program (crontab)

检查一台ORACLE数据库服务器的crontab作业(用户为oracle,实际环境中可能为oracle、也有可能是其它用户)时,发现出现下面提示信息: $ crontab -l You (oracle) are not allowed to use this program ...

Sun Feb 16 07:13:00 CST 2020 0 3870
crontab命令显示no crontab for root

crontab -l显示no crontab for root,解决办法: 在 root 用户下输入 crontab -e,按ESC,然后:wq回车。 再次输入crontab命令就行了,原因是服务器重装完系统没生成对应的文件,初始化一下就行。 ...

Wed Mar 18 07:55:00 CST 2020 0 1944
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM