I'm sorry, I wasn't specific enough.

The square brackets were meant to indicate an optional argument, not to 
be typed in on the command line.

If you are logged in as the user that the cron job should run as, all 
you need to do is:

crontab -e

If, however, you are logged in as root, for example, and you want to 
add a cron job to the user "guest"'s cron, you would type:

crontab -u guest -e

Also, it is helpful to include the error message when you are getting 
an error.

On Fri, Sep 20, 2002 at 01:27:20PM -0400, ebinc wrote:
- Hi List
- I enter this exactly as shown below
- crontab [-u user] -e   
- but I keep getting an error I have Red Hat 7.2
- Ed     
- 
- 
- 
- -- 
- redhat-list mailing list
- unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
- https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to