1. Background operation:
Save the output nohup php welcome.php > /tmp/test
Output not saved nohup php welcome.php > /dev/null &
View backend:
ps aux|grep php
The above has introduced the collection of common Linux command techniques, including relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.