crontab.1 (246e7a2b6494cd991b08ac669ed761ecea0cc98c) | crontab.1 (d21656dcabd2cd5740927495479e0819bc3e9ca0) |
---|---|
1.\"/* Copyright 1988,1990,1993 by Paul Vixie 2.\" * All rights reserved 3.\" * 4.\" * Distribute freely, except: don't remove my name from the source or 5.\" * documentation (don't take credit for my work), mark your changes (don't 6.\" * get me blamed for your possible bugs), don't alter or remove this 7.\" * notice. May be sold if buildable source is provided to buyer. No 8.\" * warrantee of any kind, express or implied, is included with this 9.\" * software; use at your own risk, responsibility for damages (if any) to 10.\" * anyone resulting from the use of this software rests entirely with the 11.\" * user. 12.\" * 13.\" * Send bug reports, bug fixes, enhancements, requests, flames, etc., and 14.\" * I'll try to keep a version up to date. I can be reached as follows: 15.\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul 16.\" */ 17.\" 18.\" $FreeBSD$ 19.\" | 1.\"/* Copyright 1988,1990,1993 by Paul Vixie 2.\" * All rights reserved 3.\" * 4.\" * Distribute freely, except: don't remove my name from the source or 5.\" * documentation (don't take credit for my work), mark your changes (don't 6.\" * get me blamed for your possible bugs), don't alter or remove this 7.\" * notice. May be sold if buildable source is provided to buyer. No 8.\" * warrantee of any kind, express or implied, is included with this 9.\" * software; use at your own risk, responsibility for damages (if any) to 10.\" * anyone resulting from the use of this software rests entirely with the 11.\" * user. 12.\" * 13.\" * Send bug reports, bug fixes, enhancements, requests, flames, etc., and 14.\" * I'll try to keep a version up to date. I can be reached as follows: 15.\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul 16.\" */ 17.\" 18.\" $FreeBSD$ 19.\" |
20.Dd May 13, 2010 | 20.Dd December 20, 2016 |
21.Dt CRONTAB 1 22.Os 23.Sh NAME 24.Nm crontab 25.Nd maintain crontab files for individual users (V3) 26.Sh SYNOPSIS 27.Nm 28.Op Fl u Ar user 29.Ar file 30.Nm 31.Op Fl u Ar user 32{ 33.Fl l | | 21.Dt CRONTAB 1 22.Os 23.Sh NAME 24.Nm crontab 25.Nd maintain crontab files for individual users (V3) 26.Sh SYNOPSIS 27.Nm 28.Op Fl u Ar user 29.Ar file 30.Nm 31.Op Fl u Ar user 32{ 33.Fl l | |
34.Fl r | | 34.Fl r Op Fl f 35| |
35.Fl e 36} 37.Sh DESCRIPTION 38The 39.Nm 40utility is the program used to install, deinstall or list the tables 41used to drive the 42.Xr cron 8 --- 49 unchanged lines hidden (view full) --- 92.Xr su 1 93you should always use the 94.Fl u 95option for safety's sake. 96.It Fl l 97Display the current crontab on standard output. 98.It Fl r 99Remove the current crontab. | 36.Fl e 37} 38.Sh DESCRIPTION 39The 40.Nm 41utility is the program used to install, deinstall or list the tables 42used to drive the 43.Xr cron 8 --- 49 unchanged lines hidden (view full) --- 93.Xr su 1 94you should always use the 95.Fl u 96option for safety's sake. 97.It Fl l 98Display the current crontab on standard output. 99.It Fl r 100Remove the current crontab. |
101By default the 102.Fl r 103option prompts for confirmation, adding the 104.Fl f 105option will attempt to remove the current crontab without confirmation. |
|
100.It Fl e 101Edit the current crontab using the editor specified by 102the 103.Ev VISUAL 104or 105.Ev EDITOR 106environment variables. 107The specified editor --- 38 unchanged lines hidden --- | 106.It Fl e 107Edit the current crontab using the editor specified by 108the 109.Ev VISUAL 110or 111.Ev EDITOR 112environment variables. 113The specified editor --- 38 unchanged lines hidden --- |