It's about Linux Process Management and Extensions. Experiment ideas and codes are included.
This task requires student to implement a simple shell with pipe and redirection capabilities. Check the related report to gain a deep understanding.
Here’s how you can use it:
Just compile .c file into an executable file like this:
gcc -o OSshell OSshell.cRun the executable file:
./OSshellThis task requires student to implement a File System in Linux.