![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with crontab | cleansing_flame | UNIX for Dummies Questions & Answers | 1 | 01-29-2008 04:02 PM |
| Crontab problem | jess_t03 | AIX | 2 | 01-03-2008 03:29 AM |
| Crontab problem | Terrible | Shell Programming and Scripting | 1 | 07-02-2006 01:35 PM |
| Problem with Crontab | Zak | UNIX for Dummies Questions & Answers | 2 | 12-20-2005 01:44 AM |
| Problem with Crontab | qhuynh | UNIX for Dummies Questions & Answers | 5 | 09-15-2005 02:10 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
problem to make a crontab -l
Hello everyone, this is the first i write in the forum, hope i can help ,
but now i have a problem There must be something wrong in my machine. I installed ( years ago ) an application (NEP) and when I try to show the backup scheduled in crontab the systems says i have no privilegies to do that. I log in like root. Although i can't show the backup scheduled I can add new sentences in crontab. I do not understand what can be the problem.Help?? |
| Forum Sponsor | ||
|
|
|
|||
|
Problem with Cron Permissions
Quote:
If it was your intention to prevent all users from using cron in the past, the "ALL" string could have been added to the cron.deny file. e.g. # echo ALL >> /etc/cron.d/cron.deny So since root can't run cron... I think the /etc/cron.d/cron.deny file is either populated with "root" or "ALL" You'll have to remove them. Last edited by esofthub; 12-27-2007 at 07:45 AM. |
|
|||
|
Hi all,
probably it was my mistake, i did not explain clearly. I can't see datas ( scheduled backup) from the crontab when i'm using NEP Application, but the most strange is that using that applicacion i can executa a crontab -e. When I try to see scehduled backup the applicaction only executes a crontab -l If i connect to machine i can execute a crontab -l correctly. thanks |