Skip to content

Simple Linux shell program, written in C. For EKU CSC 400, Fall 2017

Notifications You must be signed in to change notification settings

tjbowl94/Linux-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux Shell

By: Thomas Bowlin
For EKU CSC400, Fall 2017
Dr. Zhang

System Overview

For Operating Systems class, we were tasked with creating a simple command line shell that works in Linux Ubuntu. The system was developed in a VirtualBox Ubuntu 17.10 installation, completely in the C programming language.

Technologies: Ubuntu, Vim, C

System Requirements

The shell had to support the following commands:

  • cd
  • clr
  • dir
  • echo
  • quit

Additionally, the shell had to interpret all other commands as program invocation, which is done by forking and executing the new program as a child process.

About

Simple Linux shell program, written in C. For EKU CSC 400, Fall 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages