□ Interactive shell(대화형 쉘)
○ The user can interact with a shell(사용자는 쉘과 대화할 수 있다.).
○ The shell flag($-) contains the i(=Interactive) option(쉘 플래그에 i 옵션이 포함되어 있다.).
○ The shell flag($-) contains the i(=Interactive) option(쉘 플래그에 i 옵션이 포함되어 있다.).
□ Non-interactive shell(비대화형 쉘)
○ The user can't interact with a shell(사용자는 쉘과 대화할 수 없다.).
○ It performs repetitive tasks without user intervention(init, startup script, etc.)(인간의 개입 없이 반복 작업을 수행한다(초기화, 구동 스크립트 등)).
○ The shell flag($-) doesn't contains the i(=Interactive) option(쉘 플래그에 i 옵션이 없다.).
○ It performs repetitive tasks without user intervention(init, startup script, etc.)(인간의 개입 없이 반복 작업을 수행한다(초기화, 구동 스크립트 등)).
○ The shell flag($-) doesn't contains the i(=Interactive) option(쉘 플래그에 i 옵션이 없다.).
※ Shell flag($-) : shell operation mode.