Raspberry Pi_Kor_10.7.4 “exit” 명령 – 처리 종료

10.7.4 “exit” 명령 – 처리 종료

어떤 프로세스의 처리를 진행하던 중에 프로세스를 종료하고자 할 때 사용하는 것이 exit 명령이다.

[명령 형식]

exit [exit-status]

Raspberry Pi_Eng_10.7.4 “exit” Command – Terminate Process

10.7.4 “exit” Command – Terminate Process

The “exit” command is used to terminate process while a process is in progress.

[Command Format]

exit [exit-status]

[Command Overview]

■ This terminates the running process and set the exit status to the specified value.

■ User privilege — Normal user.