Skip to content

A simple implementation of a personalized Linux command line shell. The program can be run from the terminal and users can enter commands and specify whether they want their commands to be run in the background or foreground. The implementation in done in the C Programming Language, while making use of various system calls, and operating system …

Notifications You must be signed in to change notification settings

sarwat12/Linux-Command-Line-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Linux-Command-Line-Shell

A simple implementation of a personalized Linux command line shell. The program can be run from the terminal and users can enter commands and specify whether they want their commands to be run in the background or foreground. The implementation in done in the C Programming Language, while making use of various system calls, and operating system concepts of child and parent process creation.

About

A simple implementation of a personalized Linux command line shell. The program can be run from the terminal and users can enter commands and specify whether they want their commands to be run in the background or foreground. The implementation in done in the C Programming Language, while making use of various system calls, and operating system …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages