Skip to content

yueunkang/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell Creation

Build my own simple shell capable of changing directories and executing system programs such as pwd and ls. The goal of this is to familiarize myself with system-related library functions.

Two main goalsthe

  1. Become more familiar with how the OS provides process control services that can be invoked by a user application. Specifically, the shell will use all three system calls: fork, exec, and wait.
  2. Become familiar with how a program can access a set of system environment variables using the getenv standard library function.

Reading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published