*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: crontab | Section: 1 | Source: MINIX | File: crontab.1
CRONTAB(1) General Commands Manual CRONTAB(1) NAME crontab - User crontab manipulation SYNOPSIS crontab -c [user] file crontab -l [user] crontab -r [user] crontab -p DESCRIPTION The crontab program allows users to manipulate their personal crontab files. These files are hidden in /usr/spool/crontabs/user where user is the login name of a given user. The system daemon cron uses these crontabs, among others, to run tasks that are to be repeated at regular intervals. See crontab(5) on what a good crontab file should look like. Only the superuser can specify a user name to manipulate the crontab of a given user. Any other user can only touch their own crontab file. OPTIONS -c [user] file Install file as the crontab file of user. -l [user] List the crontab file of user to standard output. -r [user] Remove the crontab file of user. -p Tell cron to reload its tables. Useful for system administra- tors to signal a change to any of the system crontab files. Changes made by the crontab program are signalled automatically. (Mnemonic: -p = "ping".) FILES /usr/spool/crontabs/user Per user personal crontab file. SEE ALSO crontab(5), cron(8). DIAGNOSTICS Crontab preparses a new crontab and only installs it if correct. All errors are sent to standard error, messages about installing a new ta- ble and telling cron to reload are sent to standard output. BUGS Crontab misses a -e option that other implementations of this command allow one to edit the current crontab and install the result. Seems quite handy until you try to install a new crontab from an automated script. That's why this command has a -c option that installs a pre- pared crontab file. Use crontab -l >/tmp/tab ${EDITOR-vi} /tmp/tab crontab -c /tmp/tab to get the same effect as crontab -e. AUTHOR Kees J. Bot ([email protected]) CRONTAB(1)

Navigation Options