Recent content by SteveQ

  1. S

    Scheduled Tasks - Correct permissions

    No, I just want the script.php file accessible for the "scheduled task" system itself so nobody but the system can access / execute the file.
  2. S

    Scheduled Tasks - Correct permissions

    Hey there! I have the following command to execute every 5 minutes this PHP file which is working correctly: /usr/bin/wget -qq -O /dev/null http://url.com/script.php I'm trying to figure out how can I make it so only the system (scheduled task or the server itself) can access to the file...
Back
Top