Home > Backend Development > PHP Tutorial > About a system background command that will not be automatically kicked out

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-08-08 09:30:06
Original
1170 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:
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template