About a system background command that will not be automatically kicked out

WBOY
Release: 2016-08-08 09:30:06
Original
1064 people have browsed it

This is what it looks like:

php dingdan_money.php >> ./log/jd11.csv < /dev/null &

If you write it like this:

php dingdan_money.php >> ./ log/jd11.csv > /dev/null &

Then the script will exit immediately. I don’t know why, but it has been verified that the first way of writing above is OK.

The above introduces a system background command that will not be automatically kicked out, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!