Heim >Backend-Entwicklung >PHP-Tutorial >Linux 常用命令技巧收藏,linux常用命令收藏_PHP教程

Linux 常用命令技巧收藏,linux常用命令收藏_PHP教程

WBOY
WBOYOriginal
2016-07-13 09:56:461514Durchsuche

Linux 常用命令技巧收藏,linux常用命令收藏

1、后台运行:

    输出保存  nohup php welcome.php > /tmp/test 

    输出不存  nohup php welcome.php > /dev/null &

    查看后台:

    ps aux|grep php

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/986018.htmlTechArticleLinux 常用命令技巧收藏,linux常用命令收藏 1、后台运行: 输出保存 nohupphp welcome.php /tmp/test 输出不存 nohupphp welcome.php /dev/null 查看后台:...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn