Chinaunix
标题:
紧急求助自动关机命令!
[打印本页]
作者:
remen
时间:
2004-05-11 16:11
标题:
紧急求助自动关机命令!
今天晚上22:00公司停电,我们想实现自动关机,利用系统自带的crontab 命令可以实现吗??
$ su - root
Password:
Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001
You have mail.
#crontab -e
内容如下:
#ident "@(#)root 1.19 98/07/06 SMI" /* SVr4.0 1.1.3.1 */
#
# The root crontab should be used to perform accounting data collection.
#
# The rtc command is run to adjust the real time clock if and when
# daylight savings time changes.
#
10 3 * * 0,4 /etc/cron.d/logchecker
10 3 * * 0 /usr/lib/newsyslog
15 3 * * 0 /usr/lib/fs/nfs/nfsfind
1 2 * * * [ -x /usr/sbin/rtc ] && /usr/sbin/rtc -c >; /dev/null 2>;&1
30 3 * * * [ -x /usr/lib/gss/gsscred_clean ] && /usr/lib/gss/gsscred_clean
00 22 * * * init 5
~
~
~
~
~
~
~
~
~
~
~
~
"/tmp/crontabkaaWeY" 13 lines, 501 characters
另外我门的小机上运行的是oraclE的ERP,如何在执行INIT 5之前自动杀掉所与的ERP进程呢???
谢谢了!
作者:
llzqq
时间:
2004-05-11 16:21
标题:
紧急求助自动关机命令!
killall
作者:
remen
时间:
2004-05-11 16:28
标题:
紧急求助自动关机命令!
这个道理我当然知道,关键是具体的怎么写???
在root的crontab中!
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2