how u can configure the Crontab and how many fields in
Crontab file
Answers were Sorted based on User's Feedback
Answer / kiranraj
export EDITOR=vi ;to specify a editor to open crontab file.
crontab -e Edit your crontab file, or create one if it
doesn't already exist.
crontab -l Display your crontab file.
crontab -r Remove your crontab file.
crontab -v Display the last time you edited your
crontab file. (This option is only available on a few
systems.)
Crontab syntax :-
A crontab file has five fields for specifying day , date
and time followed by the command to be run at that
interval.
* * * * * 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)
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / phani
the crontab fields are
minutes, hours, day of the month, month of the year, day of
the week.
| Is This Answer Correct ? | 6 Yes | 2 No |
How to create a gateway?
What is cachefs?
About ARP protocol?
If /etc/system file is deleted wht wil u do ..?if no backup is avalible..
how to kill the process
What is LOM and how do you access it?
What is the use of Ldap utility in solaris
How u can detach or remove the disk it is in Veritas (Vxvm) control that is the disk in the production server ?
3 Answers Tech Mahindra, Wipro,
Compare and contrast VCS and Sun Cluster.
how to add swap space?
If you can ping a server, but can't telnet or ssh to it, what could be the problem?
difference b/w solais 8 and 9...?