ChinaUnix.net
相关文章推荐:

crontab 例子

非常感谢

by shaxiren - AIX - 2004-01-14 09:33:26 阅读(1340) 回复(5)

相关讨论

# crontab -e Warning: Missing charsets in String to FontSet conversion Warning: Cannot convert string "-dt-interface system-medium-r-normal-s*utf*-*-*- Warning: Missing charsets in String to FontSet conversion Warning: Missing charsets in String to FontSet conversion Warning: Cannot convert string "-dt-interface user-medium-r-normal-s*utf*-*-*-*- Warning: Missing charsets in String to FontSet conv...

by libo9912 - Solaris - 2010-05-07 14:00:25 阅读(2297) 回复(4)

我使用 crontab -e 添加 29 15 * * * /export/home/asx/trycshell/check_machine/check_machine.csh # crontab -l #ident "@(#)root 1.12 94/03/24 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. # 0 2 * * 0,4 /etc/cron.d/logchecker ...

by xp20683 - Shell - 2007-11-14 12:59:48 阅读(2285) 回复(14)

ps = pgrep kill 后面接pid号 pkil 后面接进程名称 # at 9:00 pm at>find /export/home/user2 -name core -exec rm {} \; at> commands will be executed using /sbin/sh job 1016078400.a at Wed Mar 13 21:00:00 2002 To display information about the execution times of jobs, perform the command: # at -l 1016078400.a To display the jobs queued to run at specified times by chronological order of execution...

by lastletter - Solaris文档中心 - 2007-07-05 17:10:01 阅读(1016) 回复(0)

XX的解说: ///////////////////////////////////////////////////////////////////// crontab a. crontab文件包括在/var/spool/cron/crontabs/username(s)中 查看文件内容 #crontab -l (root 用户) 或 #cd /var/spool/cron/crontabs #more usernames(s) 下面是root用户的crontab文件内容: #ident "@(#)root 1.19 98/07/06 SMI" /* SVr4.0 1.1.3.1 ...

by wangsuiri - Solaris文档中心 - 2006-07-17 13:38:17 阅读(808) 回复(0)

crontab - Quick reference Setting up cronjobs in Unix and Solaris cron is a unix, solaris utility that allows tasks to be automatically run in the background at regular intervals by the cron daemon. These tasks are often termed as cron jobs in unix , solaris. crontab (CRON TABle) is a file which contains the schedule of cron entries to be run and at specified times. Following points sum up the...

by hoofirst - Solaris文档中心 - 2006-03-20 17:05:54 阅读(637) 回复(0)

crontab a. crontab文件包括在/var/spool/cron/crontabs/username(s)中 查看文件内容 #crontab -l (root 用户) 或 #cd /var/spool/cron/crontabs #more usernames(s) 下面是root用户的crontab文件内容: #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 whe...

by ywsun - Solaris文档中心 - 2005-04-19 11:16:40 阅读(1024) 回复(0)

每周二,四,日 4:00AM 执行 以下我写了一个 但好象有问题 [oracle@db_gurid admin]$ crontab -l 10 4 * * 2,4,7 sh /oraguard/admin/removeCommand.sh thanx!

by foreverlee - Linux论坛 - 2005-04-06 10:01:58 阅读(1015) 回复(6)

目的:从机每天凌晨2:00 从主机目录1/A文件和目录2/B文件 自动拷入从机目录3下(注: :shock: 主机两个目录,在不同的分区上)

by sbest - Solaris - 2004-12-06 13:11:56 阅读(1082) 回复(6)

aix crontab里如何写每两分钟执行一次?

by diablo2 - AIX - 2004-07-21 19:25:35 阅读(1377) 回复(6)

crontab 中报风扇错误,我的做法是:先把这个报错信息注释掉,看还有没有报错。 请问我的做法是否妥当??

by jxgcyzdh - AIX - 2004-07-13 10:29:02 阅读(1105) 回复(1)