Home myBlog DevNotes GitRepos Hobbies About
avatar
Recent page Back to main

Terminate task in terminal

10 January 2019 Shell Command Linux

$ ps aux

Example
$ ps aux grep apache

mate 3564 0.0 0.0 23092 1036 pts/0 S+ 13:43 0:00 grep –color=auto apache

$ kill < PID > $ kill 3564

or

$ kill -9 3564

Select the desired PID number to use the command: “kill” or “kill -9”

Terminal commands for Laravel Localhost services
DevCorner
Home myBlog DevNotes GitRepos Hobbies About
DevCorner © - made by Mate Molnar
Posts by tags