Results 1 to 4 of 4
Hello,
I would like to comment and/or temporary disable a line in the crontab table.
Is this possible ?
Note: the syntax for crontab table is the following:
* * ...
- 10-05-2009 #1Linux Newbie
- Join Date
- Dec 2008
- Location
- Luxembourg
- Posts
- 130
crontab : how to comment a line in crontab table ?
Hello,
I would like to comment and/or temporary disable a line in the crontab table.
Is this possible ?
Note: the syntax for crontab table is the following:
* * * * * command to be executed
- - - - -
| | | | |
| | | | +----- day of week (0 - 6) (Sunday=0)
| | | +------- month (1 - 12)
| | +--------- day of month (1 - 31)
| +----------- hour (0 - 23)
+------------- min (0 - 59)
Bye,
Bruno
- 10-05-2009 #2
# then your comment.
- 10-13-2009 #3Linux Newbie
- Join Date
- Dec 2008
- Location
- Luxembourg
- Posts
- 130
Logic answer. Indeed it works.
Thanks.
Note : it seems this is not indicated in the man crontab.
- 10-14-2009 #4
Its quite universal in *nix configuration files...
So you might not find it in manual pages


Reply With Quote
