Skip to content

Implementation of a Linux Shell only using system calls in C++

Notifications You must be signed in to change notification settings

AbdurrehmanSubhani/Linux-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux-Shell

Implementation of a Linux Shell only using system calls in C++

Implements the following commands:

  1. background execution using "&"
  2. input and output redirection using "<" and ">" both to a terminal or to a file.
  3. top,ps and other such commands by using fork and exec system calls.
  4. environ to change environment variables.
  5. cd,ls,pwd,clear and exit all using system calls.

About

Implementation of a Linux Shell only using system calls in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published