UNIX
Programming and Technical
Q. How would you kill a process?
A. The kill command takes the PID as one argument; this identifies which process to terminate. The PID of a process can be got using 'ps' command
Read Solution (Total 0)
UNIX Other Question