crontab(1), crontab(5) what's the difference? [duplicate]What do the numbers in a man page mean?Are multiple @daily crontab entries processed in order, serially?No syntax highlighting when editing crontabMy script is reported as executing at the CRON log, but it is not listed at any user's crontabwhat is the difference between cron and systemd ?What's the difference between adding scripts in the /etc/cron.daily/ or editing in your script in crontab(-e)?Where does crontab get the email address of the user it emails / where are user email addresses set?crontab - mount -a if at least one filesystem is not mountedcreate cron job in linux without crontab -ePython file fail on a crontab job/bin/crontab and /usr/sbin/cron in cygwin - what is the difference?
Extreme, but not acceptable situation and I can't start the work tomorrow morning
How is it possible to have an ability score that is less than 3?
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
Why is "Reports" in sentence down without "The"
What would happen to a modern skyscraper if it rains micro blackholes?
If Manufacturer spice model and Datasheet give different values which should I use?
Is Social Media Science Fiction?
How long does it take to type this?
How to add power-LED to my small amplifier?
What defenses are there against being summoned by the Gate spell?
How does one intimidate enemies without having the capacity for violence?
Why is an old chain unsafe?
Example of a relative pronoun
Prevent a directory in /tmp from being deleted
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
Draw simple lines in Inkscape
Why Is Death Allowed In the Matrix?
Why was the small council so happy for Tyrion to become the Master of Coin?
Is there really no realistic way for a skeleton monster to move around without magic?
Why is the design of haulage companies so “special”?
New order #4: World
What is the offset in a seaplane's hull?
The use of multiple foreign keys on same column in SQL Server
How do you conduct xenoanthropology after first contact?
crontab(1), crontab(5) what's the difference? [duplicate]
What do the numbers in a man page mean?Are multiple @daily crontab entries processed in order, serially?No syntax highlighting when editing crontabMy script is reported as executing at the CRON log, but it is not listed at any user's crontabwhat is the difference between cron and systemd ?What's the difference between adding scripts in the /etc/cron.daily/ or editing in your script in crontab(-e)?Where does crontab get the email address of the user it emails / where are user email addresses set?crontab - mount -a if at least one filesystem is not mountedcreate cron job in linux without crontab -ePython file fail on a crontab job/bin/crontab and /usr/sbin/cron in cygwin - what is the difference?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
This question already has an answer here:
What do the numbers in a man page mean?
8 answers
I want to learn how to use crontab. I see there are two manual pages:
crontab(1)
crontab(5)
Why are there 2 manual pages? What are the differences between them? Do I need to study both in order to use crontab, or is one authoritative?
cron
New contributor
marked as duplicate by muru, Stephen Harris, Stephen Kitt, Rui F Ribeiro, roaima 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
What do the numbers in a man page mean?
8 answers
I want to learn how to use crontab. I see there are two manual pages:
crontab(1)
crontab(5)
Why are there 2 manual pages? What are the differences between them? Do I need to study both in order to use crontab, or is one authoritative?
cron
New contributor
marked as duplicate by muru, Stephen Harris, Stephen Kitt, Rui F Ribeiro, roaima 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
What do the numbers in a man page mean?
8 answers
I want to learn how to use crontab. I see there are two manual pages:
crontab(1)
crontab(5)
Why are there 2 manual pages? What are the differences between them? Do I need to study both in order to use crontab, or is one authoritative?
cron
New contributor
This question already has an answer here:
What do the numbers in a man page mean?
8 answers
I want to learn how to use crontab. I see there are two manual pages:
crontab(1)
crontab(5)
Why are there 2 manual pages? What are the differences between them? Do I need to study both in order to use crontab, or is one authoritative?
This question already has an answer here:
What do the numbers in a man page mean?
8 answers
cron
cron
New contributor
New contributor
New contributor
asked Apr 5 at 0:49
ArgentArgent
31
31
New contributor
New contributor
marked as duplicate by muru, Stephen Harris, Stephen Kitt, Rui F Ribeiro, roaima 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by muru, Stephen Harris, Stephen Kitt, Rui F Ribeiro, roaima 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
crontab(1) is the man page of crontab command.
crontab(5) is the man page of crontab file.
The man pages are divided in sections as described in What do the numbers in a man page mean?. Each section groups similar man pages. For example, Section 1 holds user commands (commands runable by all users in the system). Section 8 covers SysAdmin commands (i.e. the commands that demand root access to be run). Section 5 covers file formats. See the link above for more info.
Another example would be passwd(1) which describes the passwd command, and passwd(5) which describes the /etc/passwd file format.
@steeldriver tks for the editing, its much clearer now
– JucaPirama
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
crontab(1) is the man page of crontab command.
crontab(5) is the man page of crontab file.
The man pages are divided in sections as described in What do the numbers in a man page mean?. Each section groups similar man pages. For example, Section 1 holds user commands (commands runable by all users in the system). Section 8 covers SysAdmin commands (i.e. the commands that demand root access to be run). Section 5 covers file formats. See the link above for more info.
Another example would be passwd(1) which describes the passwd command, and passwd(5) which describes the /etc/passwd file format.
@steeldriver tks for the editing, its much clearer now
– JucaPirama
2 days ago
add a comment |
crontab(1) is the man page of crontab command.
crontab(5) is the man page of crontab file.
The man pages are divided in sections as described in What do the numbers in a man page mean?. Each section groups similar man pages. For example, Section 1 holds user commands (commands runable by all users in the system). Section 8 covers SysAdmin commands (i.e. the commands that demand root access to be run). Section 5 covers file formats. See the link above for more info.
Another example would be passwd(1) which describes the passwd command, and passwd(5) which describes the /etc/passwd file format.
@steeldriver tks for the editing, its much clearer now
– JucaPirama
2 days ago
add a comment |
crontab(1) is the man page of crontab command.
crontab(5) is the man page of crontab file.
The man pages are divided in sections as described in What do the numbers in a man page mean?. Each section groups similar man pages. For example, Section 1 holds user commands (commands runable by all users in the system). Section 8 covers SysAdmin commands (i.e. the commands that demand root access to be run). Section 5 covers file formats. See the link above for more info.
Another example would be passwd(1) which describes the passwd command, and passwd(5) which describes the /etc/passwd file format.
crontab(1) is the man page of crontab command.
crontab(5) is the man page of crontab file.
The man pages are divided in sections as described in What do the numbers in a man page mean?. Each section groups similar man pages. For example, Section 1 holds user commands (commands runable by all users in the system). Section 8 covers SysAdmin commands (i.e. the commands that demand root access to be run). Section 5 covers file formats. See the link above for more info.
Another example would be passwd(1) which describes the passwd command, and passwd(5) which describes the /etc/passwd file format.
edited Apr 5 at 1:38
steeldriver
37.7k45389
37.7k45389
answered Apr 5 at 1:01
JucaPiramaJucaPirama
20416
20416
@steeldriver tks for the editing, its much clearer now
– JucaPirama
2 days ago
add a comment |
@steeldriver tks for the editing, its much clearer now
– JucaPirama
2 days ago
@steeldriver tks for the editing, its much clearer now
– JucaPirama
2 days ago
@steeldriver tks for the editing, its much clearer now
– JucaPirama
2 days ago
add a comment |