Skip to content

ps

list processes aux - lsit all the processes runing on ure computer - can we piped with grep >[!example] ps aux | grep apache 2 >this will list all the procces filtered by this keyword

command desription
ps x show all of ure runing [[process]]
ps ax Show all [[process]] ont the system
ps u onclued more detailed information about hte proces
ps w Show full ocmmand ames not jsut what fits onb the line

Listing

The kernel is giving the ID from the first procces taht started to the last top

see the childer procces

ps faucx| grep -i brave

[!quote] shell