Find if a process is running

With ps command we can see all the process running in our system if you have root privileges. We would like to know if samba is running.

1
ps ax | grep samba

Leave a Reply