![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Crontab error | Pablo_beezo | Shell Programming and Scripting | 4 | 02-23-2009 10:12 AM |
| crontab : bad minute error | crackthehit007 | UNIX for Advanced & Expert Users | 1 | 02-16-2009 06:38 AM |
| Crontab error | kclerks11 | UNIX for Dummies Questions & Answers | 2 | 12-07-2008 10:12 PM |
| unexpected crontab error | dhanamurthy | Shell Programming and Scripting | 12 | 11-06-2008 10:24 PM |
| crontab -e error | uadm26 | Linux | 5 | 01-03-2008 12:53 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Error using crontab -e
I am trying to create a crontab job for my Oracle logon. I added oracle to the cron.allow file but when I try the crontab -e I get:
Xlib:connection to 0:0 refused by server Xlib:Client is not authorized to connect to server Error:Cannot open display "0:0" crontab temporary file empty when I crontab -e as root I dont have this issue... also is there a way instead of creating a crontab job under user oracle can I add a cron job to root's crontab and run it as oracle??? Any help is greatly appreciated.. Thanks ![]() |
|
||||
|
Hi,
You may try the following: EDITOR=vi export EDITOR crontab -e <<Enter crontabs>> Ctrl q! <<--- Command to end crontab file I don't think there would be any problem, incase the problem still persists, you may use what wempy has mentioned i.e. /var/spool/cron/crontabs Regards, Sumedha |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|