[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...
Nov 3, 20235 min read54