I have found the following entry in a user crontab:
*/5 * * * * ~/bin/php /path/to/phpscript &> /path/to/logfile
What is the meaning of the & (ampersand) here?
Has it still the meaning of running in background?
Does it make sense in a cronjob?