Skip to content

This project aims to create a mini shell in c language, for a work in a discipline of operating systems at UFU.

Notifications You must be signed in to change notification settings

hericlesferraz/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shell Project

This project aims to create a mini shell in c language, for a work in a discipline of operating systems at UFU.

If you want to know in a little more detail about the project, consult the document made for the discipline in:

  https://github.com/hericlesferraz/shell/blob/main/documents/Shell%20Linux%20-%20Sistemas%20Operacionais.pdf

An example of the execution of some functionalities is demonstrated below

shell_examples

How to run:

Start clone this project

  git clone https://github.com/hericlesferraz/shell.git

Enter inside the paste with the principal codes:

  cd shell/src

Compile the program using gcc with flag pthread

  gcc -o shell -pthread shell.c

Execute

  ./shell

About

This project aims to create a mini shell in c language, for a work in a discipline of operating systems at UFU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages