On Fri, 26 May 2000, Ramasubramani chose to inform us:
> Hi,
> I want to set time to "connect" automatically, and "disconnect"
> automatically. How do it.
create a file ( say 'mycrons' )
0 09 * * * <command to run> ; initates <command to run> at 9 am every day
0 15 * * * <command to run> ; at 3 pm
0 21 * * * <command to run> ; at 9 pm
add this to your jobs by running
crontab mycrons
check using
crontab -l
--
Jiju Thomas Mathew
Linux registered user #154193
http://members.xoom.com/DigitelNet/
-----------------------------------------------------------------------
LIH is all for free speech. But it was created for a purpose - to help
people discuss issues about installing and running Linux. If your
messages are counterproductive to this purpose, your privileges to
submit messages can and will be revoked.