Chap 9. A Programmable Shell
.
* Shell -> run as interpreter (an essential part of UNIX)
* Shell run as two way ( sh ~~ / chmod +x )
* smsh(fork - wait - execlp)
* smsh2 - if~then~else~fi (controlCheck - smsh1)
* smsh3 - variable(set- VLlist, = - VLstore, export)
* smsh4 - envVar
* smsh.ver1
* Shell control ( if ~ then ~ else ~ fi)
* smsh.ver2
* variable ( local / env ) - set, assign, export, unset
* VLlist, VLStore(var, val), VLexport(var)
* smsh.ver3
* environ (char**)
* smsh.ver4
'Archived(CSE) > 시스템 프로그래밍' 카테고리의 다른 글
Chap 14. Threads : Concurrent Functions (0) | 2018.12.03 |
---|---|
Chap 7. Event-Driven Programming (0) | 2018.11.27 |
Team project. 산성비(한컴타자연습) cover 게임 구상 (0) | 2018.11.25 |
Chap 11. Connecting to Processes Near and Far Servers and Sockets (0) | 2018.11.21 |
Chap 10. I/O Redirection and Pipes (0) | 2018.11.18 |