why we need it -> so when we do the command like "ls -l" we want a disposable process that can be overwritten this we will do with help of exac() or something like exacve() , so : fork will create new ...
Project 1—UNIX shell This project consists of designing a C program to serve as a shell interface that accepts user commands and then executes each command in a separate process. Your implementation ...