Tag: process
-
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. ps ax | grep samba
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. ps ax | grep samba