crontab工具報錯crontab:you are not authorized to use cron.Sorry.
1、oracle使用者下執行crontab -l 報錯:
$ crontab -l
crontab:you are not authorized to use cron. Sorry.
2、解決方法:
--到root使用者下,修改檔案cron.allow,新增oracle
# cd /var/adm/cron
# vi cron.allow
root
adm
uucp
oracle
3、先執行crontab -e新增定時任務,才能crontab -l檢視:
$ crontab -l
crontab: can't open your crontab file.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27126919/viewspace-1299421/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- crontab異常:shell下可以執行命令,執行crontab卻報錯
- HP Unix上oracle呼叫crontab報錯Oracle
- 【crontab】“bad minute”及“errors in crontab file, can't install”錯誤處理Error
- crontab命令
- crontab 示例
- crontab 新增計劃任務的時候報錯疑問?
- Linux下crontab命令的用法:sudo crontab -lLinux
- crontab 定時
- crontab任務
- crontab 命令使用
- Linux crontabLinux
- crontab 設定
- errors in crontab file, can't install. - linux crontabErrorLinux
- crontab執行phpPHP
- Linux crontab命令Linux
- crontab不執行
- linux /etc/crontabLinux
- crontab命令詳解
- 轉貼crontab 命令
- crontab命令簡介
- crontab命令簡介(zt)
- 儲存並退出 crontab
- crontab定時任務
- 遠端批次建立crontab
- 計劃任務crontab
- Rsync over SSH with No Password (Crontab)
- crontab學習筆記筆記
- crontab命令簡介(轉)
- crontab使用說明【一文搞懂Linux定時任務Crontab】Linux
- Hyperf/Crontab 元件原始碼解析元件原始碼
- crontab執行shell指令碼指令碼
- CentOS Crontab(定時任務)CentOS
- 使用 Airflow 替代你的 crontabAI
- puppet之crontab時間同步
- Linux Crontab命令詳解Linux
- crontab 每隔幾秒執行
- Crontab例項-命令詳解
- Linux的crontab問題Linux