make
./shell
-
Shell - Driver Program
-
Tokenize_Input - Parsing the Input
-
Relative Path - Converts directories to simpler form
-
built-in - Basic built-in functions of linux are implemented here
-
ls - Implements ls command
-
process_info - Gives necessary information about a process with the given id
-
process_launch - Implements shell using execvp function