[Linux SystemProgramming] Process - Minishell
Simple Minishell을 만들어보자.
먼저, Process가 무엇인지 간단하게 알아보자
Process
An entity that is registered to the kernel for execution
control flow passes from one process to another via Context Switching
<PCB>
모든 프로세스는 각각 PCB(Process Control Block)을 가지며, 이는 Proc...
blog.skku-comit.dev5 min read
정정환
어려워요