Find the answer to your Linux question:
Results 1 to 3 of 3
We're migrating a crontab from UNIX to SUSE. I added our admin id in the /etc/cron.d/dron.allow Yet, we are still receive the "You (admin) are not allowed to use this ...
  1. #1
    Just Joined!
    Join Date
    Jun 2010
    Posts
    1

    Crontab Allow Problem

    We're migrating a crontab from UNIX to SUSE. I added our admin id in the /etc/cron.d/dron.allow Yet, we are still receive the "You (admin) are not allowed to use this program (crontab)" message. Is there some other permission that needs to be set? Thanks

  2. #2
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    I'm sure you mean cron.allow, but it doesn't go in cron.d in any variation I know about. Most distros, it goes in /etc, but in SUSE, I think it goes somewhere odd, like /var/spool/cron. Maybe there's a SUSE expert lurking who can clue us in.

    /etc/cron.d usually has crontab formatted files, which crond executes.

  3. #3
    Just Joined!
    Join Date
    Jun 2007
    Posts
    16

    crontab allow

    as root, if /etc/cron.allow (ASCII file) doesn't exist, create it.
    if I (as root) want judoman to have cron privileges:
    echo judoman >> /etc/cron.allow

    and just in case, if you have a /etc/cron.deny with judoman in it, remove the line with judoman.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...