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.