How to get/kill process in ubuntu
For example if process name is php, you can get a list of jobs by using the command bellow
ps aux | grep php
Result
root 7749 0.0 0.1 3236 796 pts/2 S+ 16:09 0:00 grep php
root [...]
For example if process name is php, you can get a list of jobs by using the command bellow
ps aux | grep php
Result
root 7749 0.0 0.1 3236 796 pts/2 S+ 16:09 0:00 grep php
root [...]