If you want to terminate a particular process by knowing its Process ID (PID), what command would you use?
end [PID]
kill -9 [PID]
stop [PID]
terminate [PID]