Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
CRON.8
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- .TH CRON 8
- .SH NAME
- cron - clock daemon
- .SH SYNOPSIS
- fBcronfR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH EXAMPLES
- .EX "/usr/bin/cron" "Use absolute path in fI/etc/rcfR"
- .SH DESCRIPTION
- .PP
- fICronfR is clock daemon. It is typically started up by including the
- command fI/usr/bin/cronfR in the fI/etc/rcfR file.
- Once started, fIcronfR puts itself
- in the background, so no & is needed. It runs forever, sleeping most of
- the time. Once a minute it wakes up and examines fI/usr/lib/crontabfR to see
- if there is any work to do. If there is, the work is done. The entries of
- fI/usr/lib/crontabfR contain 6 elements each. Some examples follow:
- .PP
- .nf
- .ta 0.10i 0.40i 0.70i 1.0i 1.3i 1.8i 4.0i
- fB Min Hr Dat Mo Day CommandfR
- * * * * * /usr/bin/date >/dev/log #print date every minute
- 0 * * * * /usr/bin/date >/dev/log #print date on the hour
- 30 4 * * 1-5 /bin/backup /dev/fd1 #do backup Mon-Fri at 0430
- 30 19 * * 1,3,5 /etc/backup /dev/fd1 #Mon, Wed, Fri at 1930
- 0 9 25 12 * /usr/bin/sing >/dev/log #Xmas morning at 0900 only
- .fi
- .SH "SEE ALSO"
- .BR at (1).