后台命令

crontab命令的一般形式为:
Crontab [-u user] -e -l -r
其中:
-u 用户名。
-e 编辑crontab文件。
-l 列出crontab文件中的内容。
-r 删除crontab文件。

/etc/cron.deny      //哪些用户不可以使用
/etc/cron.allow     //哪些用户可以使用

[root@NEWEASDB orabak]# crontab -u oracle -l
0 2 * * 1       source /home/oracle/.bash_profile; /bin/sh /u01/app/back_1_2.sh
0 2 * * 2       source /home/oracle/.bash_profile; /bin/sh /u01/app/back_2_2.sh
0 2 * * 3       source /home/oracle/.bash_profile; /bin/sh /u01/app/back_3_2.sh
0 2 * * 4       source /home/oracle/.bash_profile; /bin/sh /u01/app/back_4_1.sh
0 2 * * 5       source /home/oracle/.bash_profile; /bin/sh /u01/app/back_5_2.sh
0 2 * * 6       source /home/oracle/.bash_profile; /bin/sh /u01/app/back_6_2.sh
0 2 * * 0       source /home/oracle/.bash_profile; /bin/sh /u01/app/back_7_0.sh
20 2 * * *      du -sh /ora* /u01  >>/u01/app/RMAN_LOG_FILE.log |  mail -s "Rman backup of neweasdb"
rany1@xxx.com,duy1@xxx.com </u01/app/RMAN_LOG_FILE.log
0 4 * * *       source /home/oracle/.bash_profile; /bin/sh /home/oracle/eascron_expdp_EAS_DAY.sh

分 时 日 月 周

存放在/var/spool/cron目录下


crontab条目举例

30 21 * * * /apps/bin/cleanup.sh
上面的例子表示每晚的21:30运行/apps /bin目录下的cleanup.sh。

45 4 1,10,22 * * /apps/bin/backup.sh
上面的例子表示每月1、1 0、2 2日的4:45运行/apps/bin目录下的backup.sh。

10 1 * * 6,0 /bin/find -name "core" -exec rm {} \;
上面的例子表示每周六、周日的1:10运行一个find命令。

0,30 18-23 * * * /apps/bin/dbcheck.sh
上面的例子表示在每天18:00至23:00之间每隔30分钟运行/apps/bin目录下的dbcheck.sh。

0 23 * * 6 /apps/bin/qtrend.sh
上面的例子表示每星期六的11:00 pm运行/apps/bin目录下的qtrend.sh。


向后台提交命令:

[[root@db11g ~]# find / -user oracle -type f -print &
[1] 2548
[root@db11g ~]# ps -ef | grep 2548
root      2548  2518  4 21:44 pts/0    00:00:00 find / -user oracle -type f -print
root      2550  2518  0 21:44 pts/0    00:00:00 grep 2548


nohup命令:

该命令可以在你退出帐户之后继续运行相应的进程。 Nohup 就是不挂起的意思 ( no hang up)

该命令的一般形式为:

nohup command & 




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值