I have a virtual server (linux/apache) and i'm trying to execute a php script with cron. This is the line in crontab:
0 0,6,12,18 * * * /usr/bin/php -q /home/virtual/site10/fst/var/www/html/modu...
http://www.experts-exchange.com/OS/Linux/Administration/Q_21603941.html
Zones:
Linux AdminDate Answered: 10/28/2005 Rating: 7.6 Views: 4
hi all, I'm trying to figure out why my cronjob is failing... I created a file called test_cron.sh as...
----------------------------------------------------
#!/usr/bin/bash
echo "Hello World"...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_20514769.html
Zones:
Solaris UnixDate Answered: 02/17/2003 Rating: 8.8 Views: 0
I've already checked out the post regarding cron scripts at http://www.experts-exchange.com/Programming/Programming_Platforms/Linux_Programming/Q_21252022.html. But I am still a bit confused as to...
http://www.experts-exchange.com/Programming/System/Linux/Q_21564947.html
Zones:
Linux DevDate Answered: 09/26/2005 Rating: 8.0 Views: 0
I have added entries in the cron.allow file to allow users to perform cron jobs. But I am still being denied permission as those users.
(as root)
[root@max:~] $ more /etc/cron.allow
root
post...
http://www.experts-exchange.com/OS/Linux/Q_21663390.html
Hello,
I have nas setup on my hosting server and doing great running my bash script via root with putty connection.
Whenever I try to run these bash script that basically does "ls" on the nas f...
http://www.experts-exchange.com/OS/Unix/Q_24314826.html