LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to type in syntax to create a crontab with RH9 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-type-in-syntax-to-create-a-crontab-with-rh9-148215/)

SoNewItHurts 02-19-2004 07:39 PM

How to type in syntax to create a crontab with RH9
 
Hello everyone,

I am trying to create a crontab in RH9 but I am unable to find an area that will respond to crontab -e. I have typed the syntax in Run Command but nothing happens.

Any help would be appreciated.

Thanks,
Craig

Tinkster 02-19-2004 07:52 PM

Hi, and welcome to LQ.

Try opening a console (shell, terminal, ...),
and typing that there.


Cheers,
Tink

uteck 02-19-2004 08:33 PM

You could try kcron if you have it, it is a gui front to cron. Or the command line is;
crontab -e
Which makes it for that user, so be logged is as that user. The command line uses vi, so press 'i' for insert mode and ':wq' to write the file and quit. (no quotes in either)

Almost forgot this site;
http://www.mtsdev.com/opensource/phpcrontab.php

SoNewItHurts 02-19-2004 08:38 PM

Quote:

Originally posted by Tinkster
Hi, and welcome to LQ.

Try opening a console (shell, terminal, ...),
and typing that there.


Cheers,
Tink

Thank you for the welcome. That worked. Thanks!!!

SoNewItHurts 02-19-2004 08:43 PM

Quote:

Originally posted by uteck
You could try kcron if you have it, it is a gui front to cron. Or the command line is;
crontab -e
Which makes it for that user, so be logged is as that user. The command line uses vi, so press 'i' for insert mode and ':wq' to write the file and quit. (no quotes in either)

Almost forgot this site;
http://www.mtsdev.com/opensource/phpcrontab.php

I found Konsole and was able to write to my cron file. I am :study: Linux + and it referred to using :wq! to save the file. I pressed enter after trying both :wq and :wq! but nothing happens. Do you have any suggestions on how I can save this new file? I''ll also check out that website.

Thanks,
Craig

Tinkster 02-20-2004 12:09 AM

After you're done inserting press ESC,
and then :wq

vi sucks :}


Cheers,
Tink


All times are GMT -5. The time now is 05:09 PM.