【linux故障】crontab建立始終不成功
在linux上面建立crontab時始終不成功,下面是解決過程:
首先檢視作業系統資訊:
[root@smsdmz1 var]# uname -a
Linux smsdmz1 2.6.9-78.ELsmp #1 SMP Wed Jul 9 15:39:47 EDT 2008 i686 i686 i386 GNU/Linux
建立crontab:
[root@smsdmz1 ~]# crontab -e
1 0 * * * su - uip /opt/uip/proc/autostart.sh>/opt/uip/proc/null
"crontab.XXXX0weq7r" 1L, 65C written
crontab: installing new crontab
上面的提示代表crontab建立成功。
但我們檢查一下卻發現根本就沒有任何crontab
[root@smsdmz1 ~]# crontab -l
檢查crontab的守護程式也存在
[root@smsdmz1 ~]# ps -ef |grep crond
root 4635 15621 0 11:15 ? 00:00:00 crond
root 4636 15621 0 11:15 ? 00:00:00 crond
root 4645 4527 0 11:15 pts/2 00:00:00 grep crond
root 15621 1 0 2010 ? 00:00:39 crond
後來檢查磁碟發現/var已經100%了,想起crontab也是放在這裡的,清理資料夾之後再建立成功了。
[root@smsdmz1 ~]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 4032092 208092 3619176 6% /
none 2074516 0 2074516 0% /dev/shm
/dev/sda2 8064304 50836 7603812 1% /home
/dev/sda7 114279624 83233856 25240684 77% /opt
/dev/sda3 8064304 2724760 4929888 36% /usr
/dev/sda5 4032092 4032092 0 100% /var
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/11088128/viewspace-706659/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux 使用crontab 建立定時任務Linux
- 遠端批次建立crontab
- Linux crontabLinux
- Linux crontab命令Linux
- linux /etc/crontabLinux
- shell指令碼放到crontab裡就執行不成功的問題指令碼
- 遠端批次建立crontab2.0
- Linux下crontab命令的用法:sudo crontab -lLinux
- errors in crontab file, can't install. - linux crontabErrorLinux
- Linux Crontab命令詳解Linux
- Linux的crontab問題Linux
- Linux Crontab(網文摘錄)Linux
- linux crontab 命令詳解Linux
- linux中crontab命令(轉)Linux
- 在Linux中應用screen建立虛擬終端Linux
- Linux crontab 未執行排查Linux
- Linux crontab 定時任務Linux
- linux中crontab的問題Linux
- Linux 定時任務(crontab)Linux
- Linux crontab 沒有執行Linux
- Linux - crontab(定時任務)Linux
- Linux下crontab命令的用法Linux
- Linux 自動任務crontabLinux
- linux/unix crontab命令詳解Linux
- Linux——程式建立、程式終止、程式等待、程式程式替換Linux
- crontab使用說明【一文搞懂Linux定時任務Crontab】Linux
- linux之 crontab 定時任務Linux
- linux下crontab的使用實現Linux
- linux的定時任務crontabLinux
- Linux Crontab定時任務命令Linux
- Linux Crontab:15 Awesome Cron Job ExamplesLinux
- Linux Crontab 定時任務[轉]Linux
- 利用cygwin建立windows下的crontab定時任務Windows
- laravel Hash::check 始終返回false?LaravelFalse
- WebSphere 叢集建立及故障排除Web
- linux下定時任務 crontab詳解Linux
- Linux 中 crontab 詳解及示例(收藏)Linux
- linux crontab 命令詳細用法及示例Linux