Skip to content

Custom Linux/UNIX shell with re-creations of basic executables (cp, ls, groups, cd)

Notifications You must be signed in to change notification settings

mcsanchez093/LinuxShell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinuxShell

Custom Linux/UNIX shell with re-creations of basic executables (cp, ls, groups, cd)

Compile all executables in the same directory and run the shell executable.

ls supports -a and -l flags

All other built-in executables can also be called with the shell, as long as they can be found with the "which" command.

Known Bugs: -ls -l command may display incorrect date -occasional zombie processes or crashes

These programs were written for my Linux/UNIX programming class under time constraints and therefore have not been perfected.

About

Custom Linux/UNIX shell with re-creations of basic executables (cp, ls, groups, cd)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%