Raspberry Pi_Eng_10.1.2 Special Key of Shell


Published Book on Amazon


All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 1
All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 2


출판된 한글판 도서


최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (상)
최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (하)


Original Book Contents


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