Linux common command skills collection, Linux common command collection
1. Background running:
Save the output nohup php welcome.php > /tmp/test
The output does not exist nohup php welcome.php > /dev/null &
View backend:
ps aux|grep php
http://www.bkjia.com/PHPjc/986018.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/986018.htmlTechArticleLinux common command skills collection, Linux common command collection 1. Run in the background: Save the output nohupphp welcome.php /tmp/ test output nohupphp welcome.php /dev/null View the background:...
Statement: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