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:...