19.1.2 process 죽이기
현재 실행되고 있는 process의 처리가 더 이상 필요 없거나, process의 진행상태에 문제가 있는 경우 해당 process를 지정하여 처리를 중단할 수 있다.
19.1.2.1 “kill” 명령 – PID를 이용한 process 종료
시스템에 실행되고 있는 process를 종료하도록 시스템에 지시하는 것이 “kill” 명령이다.
19.1.2 process 죽이기
현재 실행되고 있는 process의 처리가 더 이상 필요 없거나, process의 진행상태에 문제가 있는 경우 해당 process를 지정하여 처리를 중단할 수 있다.
19.1.2.1 “kill” 명령 – PID를 이용한 process 종료
시스템에 실행되고 있는 process를 종료하도록 시스템에 지시하는 것이 “kill” 명령이다.
19.1.2 Killing Process
If the current process is no longer needed, or if there is a problem with the progress of the process, you can terminate the processing of a specified particular process.
19.1.2.1 “kill” Command – Terminate Process Using PID
“kill” command tells the system to terminate the process running on the system.