Skip to content
Home arrow Projects arrow University arrow Command Line Shell for Unix/Linux
Command Line Shell for Unix/Linux
Tuesday, 14 December 2004

This was an assignment for "Operative Systems Fundamentals " course. It's a command line shell for Unix/Linux implemented in C. It has several commands that let you control the processes running on the system, whether they are executing in background or not. The options are to run, stop, continue or end the process(es), show system processes, show background jobs, show or set environment variables, help and logout with a shortcut (Ctrl+Z).

This project was developed side by side with Javier Díaz-Romeral Torralbo.

 

Source code licensed under GNU General Public License (GPL)

 
< Prev   Next >