Raspberry Pi_Kor_10.1.2 Shell 특수 키

10.1.2 Shell 특수 키

Shell에서는 특별한 기능을 수행하기 위해서 사전에 특수 키가 정의되어 있다.

기능

설명

ctrl+d

입력 종료

표준입력에서 들어오는 입력을 끝냄.

logout 또는 exit 과 동일함. 쉘에서 로그 아웃 (exit와 비슷함).

“EOF” (파일끝, 포그라운드 작업을 끝냄).

ctrl+c

프로그램 종료

실행 중인 프로그램 종료

ctrl+z

background 전환

실행중인 작업을 background로 전환하고 잠시 중단.

ctrl+s

화면 출력 중단

표준 화면에 대한 출력 중지

ctrl+q

화면 출력 재시작

ctrl+s로 중단된 화면 출력 재시작

Raspberry Pi_Eng_10.1.2 Special Key of Shell

10.1.2 Special Key of Shell

In Shell, special keys are defined in advance to perform special functions.

key

function

description

ctrl+d

terminate input

Same as logout or exit. Log out of the shell (similar to exit).
“EOF” (End of file, end the foreground job).
End incoming input from standard input.

ctrl+c

terminate program

terminate a running program

ctrl+z

switch to background

Switch the running job to background and pause.

ctrl+s

halt screen output

halt screen output

ctrl+q

resume screen output

Restart screen output interrupted by ctrl + s