Home > Backend Development > PHP Tutorial > Linux common command skills collection

Linux common command skills collection

WBOY
Release: 2016-08-08 09:25:46
Original
1294 people have browsed it

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.

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