- 论坛徽章:
- 0
|
今天晚上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进程呢???
谢谢了! |
|