Collection of common Linux command techniques, collection of common Linux commands_PHP tutorial

WBOY
Release: 2016-07-13 09:56:46
Original
1509 people have browsed it

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

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