Home  >  Article  >  php教程  >  Linux 常用命令技巧收藏,linux常用命令收藏

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

WBOY
WBOYOriginal
2016-06-13 09:06:382014browse

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

1、后台运行:

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

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

    查看后台:

    ps aux|grep php

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