![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Crontab failure.Can't open shared library | reader_regular | Shell Programming and Scripting | 0 | 01-26-2006 10:43 AM |
| GCC bootstrap failure on AIX 5.3 | Duggerdee | AIX | 2 | 10-18-2005 03:38 PM |
| ld failure | handak9 | High Level Programming | 2 | 09-29-2004 07:56 AM |
| solaris second cd failure | hcclnoodles | UNIX for Dummies Questions & Answers | 1 | 03-03-2003 09:31 PM |
| CPU failure??? | 98_1LE | UNIX for Dummies Questions & Answers | 1 | 01-23-2001 02:38 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
CRONTAB failure
am getting the following error while trying to create a new crontab file:
(jravisha) jravisha- crontab -e no crontab for jravisha - using an empty one crontab: installing new crontab "/tmp/crontab.XXXXH3SJgR":1: premature EOF errors in crontab file, can't install. Do you want to retry the same edit? any idea why? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Quote:
crontab -e "username" if you are a user put your name as a user something like crontab -e jravisha Thanks Namish |
|
#3
|
|||
|
|||
|
Nope! sorry that doesnt work
crontab -e jravisha crontab: usage error: no arguments permitted after this option usage: crontab [-u user] file crontab [-u user] [ -e | -l | -r ] (default operation is replace, per 1003.2) -e (edit user's crontab) -l (list user's crontab) -r (delete user's crontab) -i (prompt before deleting user's crontab) |
|
#4
|
|||
|
|||
|
Quote:
Thanks Namish Last edited by namishtiwari; 08-22-2007 at 03:53 AM. |
|
#5
|
|||
|
|||
|
identified the issue... u need to press enter a carriage return at the end of the line.
|
|
#6
|
||||
|
||||
|
Hi,
You can issue crontab -l , it will list out the all crontjob which is in you terminal (server). Sometime you will not get anything if issue the crontab -e command in you server because i think your user doesn't have the previlleges for edit the crontab; crontab -l --> List out the all cronjobs in your server but you can't edit the cronjobs. crontab -e --> List out the all cronjobs and you can edit the cronjobs Regards, Siva.P Bangalore |
||||
| Google The UNIX and Linux Forums |