icon Top 9 categories map      RocketAware >

crontab(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Others

[IEEE Std1003.2-1992 (``POSIX.2'')]

CRONTAB(1)                 OpenBSD Reference Manual                 CRONTAB(1)

NAME
     crontab - maintain crontab files for individual users (V3)



SYNOPSIS
     crontab [-u user] file
     crontab [-u user] [-l | -r | -e]

DESCRIPTION
     crontab is the program used to install, deinstall, or list the tables
     used to drive the cron(8) daemon in Vixie Cron. Each user can have their
     own crontab(5),  and though these are files in /var/cron/tabs, they are
     not intended to be edited directly.

     If the /var/cron/allow file exists, then you must be listed therein in
     order to use crontab. If the /var/cron/allow file does not exist but the
     /var/cron/deny file does exist, then you must not be listed in the
     /var/cron/deny file in order to use crontab. If neither of these files
     exists, then depending on site-dependent configuration parameters, only
     the super user will be allowed to use crontab, or all users will be able
     to use it.

     If the -u option is given, user specifies the name of the user whose
     crontab(5) is to be tweaked. If this option is not given, crontab exam-
     ines ``your'' crontab(5);  i.e., the crontab of the person executing the
     command.  Note that su(8) can confuse crontab and that if you are running
     inside of su(8) you should always use the -u option for safety's sake.

     The first form of this command is used to install a new crontab from some
     named file, or standard input if the pseudo-filename `-' is given.

     The -l option causes the current crontab to be displayed on standard out-
     put.

     The -r option causes the current crontab to be removed.

     The -e option is used to edit the current crontab using the editor speci-
     fied by the VISUAL or EDITOR environment variables. After you exit from
     the editor, the modified crontab(5) will be installed automatically.

FILES
     /var/cron/allow  list of users allowed to use crontab
     /var/cron/deny   list of users prohibited from using crontab
     /var/cron/tabs   directory of individual crontabs

SEE ALSO
     crontab(5),  cron(8)

STANDARDS
     The crontab utility is compliant with the IEEE Std1003.2-1992
     (``POSIX.2'') specification.  This new command syntax differs from previ-
     ous versions of Vixie Cron, as well as from the classic SVR3 syntax.

DIAGNOSTICS
     A fairly informative usage message appears if you run it with a bad com-
     mand line.

AUTHOR
     Paul Vixie <paul@vix.com>

OpenBSD 2.6                      June 8, 1999                                1

Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
FreeBSD Sources for crontab(1)
OpenBSD sources for crontab(1)


[Overview Topics]

Up to: Process Creation and Control - child process control (like sending signals), renice, fork, et al


RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Others

[IEEE Std1003.2-1992 (``POSIX.2'')]




Rapid-Links: Search | About | Comments | Submit Path: RocketAware > crontab.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments