ChinaUnix.net
相关文章推荐:

crontab 注释

如何在crontab 中在每一行开头都加入#进行注释

by hotsmile - Linux论坛 - 2004-06-29 07:30:14 阅读(1642) 回复(4)

相关讨论

!求助:如何批量注释crontab和批量取消注释crontab,怎么写?谢谢

by zhaofu2005 - AIX - 2007-11-19 20:57:56 阅读(1464) 回复(0)

比如有个crontab条目: 0 8 * * * /home/test.sh #注释 能不能象上面那样在后面加注释

by zjpangxie - Shell - 2005-03-23 17:15:23 阅读(8043) 回复(4)

!急,求助:如何批量注释crontab和批量取消注释crontab,怎么写?没人知道吗?谢谢

by zhaofu2005 - AIX - 2007-11-21 11:09:14 阅读(4811) 回复(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 阅读(2294) 回复(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 阅读(2280) 回复(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 阅读(1011) 回复(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 阅读(803) 回复(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 阅读(635) 回复(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 阅读(1018) 回复(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 阅读(1011) 回复(6)