Thomson Reuters Interview Question

how do you check a process on the server

Interview Answer

Anonymous

Jun 19, 2015

simple answer ps -ef | grep -i and process name

1