Skip to content

jm2693/MyShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jason Merchan - jm2693
Daniel Li - dal273


What The Program Must Do:
    - Run in Interactive Mode 
        - No arguments (not including program name)
    - Run in Bash Mode
        - ONE argument (not including program name)
    -Both

Things We Will Need:
    - PID 
        - each process has an ID (every child has an ID)
        - an instance of an executing program 
    - PPID
        - parent of a process
        - multiple processes can have the same parent
        - if you run the process multiple times, it will likely have the same parent
    - Execute with Executive System Call

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •