cron - running crontab via web gives error that nobody does not have access to run crontab -


i'm having such hard time getting work. have looked on place. here's situation.

i'm hosting in shared environment. dynamically creating crontab file , trying execute using exec command. runs fine when via telnet when run php file runs exec command, error saying

"you (nobody) not allowed use program (/usr/bin/crontab)"

how make sure (nobody) have access run crontab command.

the sysadmin might have forbidden use of cron listing user nobody in /etc/cron.deny.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -