0
Follow
1
View

How do I display all the processes? How do I view information about a specified process?

DDN911 注册会员
2023-02-26 19:32

Consider the following command: < br / > ps - ef(system v output) < br / > ps - aux BSD format output < br / > ps - ef | grep pid names such as ps - ef | grep Java

chengxianqing 注册会员
2023-02-26 19:32

ps - ef < br / > is to show all the process behind with | grep you to filter the information, such as

ps -ef | grep java 

This will find all Java-related processes

About the Author

Question Info

Publish Time
2023-02-26 19:32
Update Time
2023-02-26 19:32