1. Manage the executing processes 1. View all processes: top 2. View a specific user: top then u 3. Terminate the executing process: top then k Information code default: 15 Forced: 9 4. View the processes executed in the system: ps ps -u View your own processes ps -al View other users ps -aux View all processes (including background execution and hidden) ps -aux --sort user Sort by user name in alphabetical order ps -aux| rep \"cassia\" Query processes containing the string \"cassia\" ps -aux| rep \"bobo\" View background execution programs of user bobo
You Might Like
Recommended ContentMore
Open source project More
Popular Components
Searched by Users
Just Take a LookMore
Trending Downloads
Trending ArticlesMore