I am attempting to run the script Daemon.php from a unix prompt as a daemon using the code below as per the instructions given in this tutorial.
daemon Daemon.php --log=/var/log/Daemon.log
When I run this I get the output
daemon: command not found
Does know what might be going wrong?