Home > Backend Development > PHP Tutorial > Common commands for operating servers in Linux

Common commands for operating servers in Linux

WBOY
Release: 2016-08-08 09:21:04
Original
1106 people have browsed it

ps -ef|grep *** View process

killall nginx Clear nginx

cd .. Go back one directory

cd / Enter the root directory

tail -f catalina.out View tomcat logs in real time

top #Press shift+m ​​to sort by memory usage.

Copyright Statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.

The above introduces the commonly used commands for operating servers in Linux, including the 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