- 论坛徽章:
- 0
|
今天晚上22:00公司停电,我们想实现自动关机,利用系统自带的crontab 命令可以实现吗??\r\n\r\n$ su - root\r\nPassword:\r\nSun Microsystems Inc. SunOS 5.8 Generic Patch October 2001\r\nYou have mail.\r\n#crontab -e\r\n\r\n内容如下:\r\n#ident \"@(#)root 1.19 98/07/06 SMI\" /* SVr4.0 1.1.3.1 */\r\n#\r\n# The root crontab should be used to perform accounting data collection.\r\n#\r\n# The rtc command is run to adjust the real time clock if and when\r\n# daylight savings time changes.\r\n#\r\n10 3 * * 0,4 /etc/cron.d/logchecker\r\n10 3 * * 0 /usr/lib/newsyslog\r\n15 3 * * 0 /usr/lib/fs/nfs/nfsfind\r\n1 2 * * * [ -x /usr/sbin/rtc ] && /usr/sbin/rtc -c >; /dev/null 2>;&1\r\n30 3 * * * [ -x /usr/lib/gss/gsscred_clean ] && /usr/lib/gss/gsscred_clean\r\n00 22 * * * init 5\r\n~\r\n~\r\n~\r\n~\r\n~\r\n~\r\n~\r\n~\r\n~\r\n~\r\n~\r\n~\r\n\"/tmp/crontabkaaWeY\" 13 lines, 501 characters\r\n另外我门的小机上运行的是oraclE的ERP,如何在执行INIT 5之前自动杀掉所与的ERP进程呢???\r\n谢谢了! |
|