Skip to content

ankostenko/Unix-OS-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23357f4 · Mar 26, 2021

History

44 Commits
Feb 6, 2019
Feb 4, 2019
Mar 26, 2021
Feb 18, 2019
Feb 3, 2019
Feb 3, 2019

Repository files navigation

OS-shell

Basic shell.

  • help
  • pwd
  • cd
  • program execution
  • path resolution
  • I/O redirection (There is the comment in the code about pipes, so turned out that pipes are being created in other way than I thought, but the comment is still right)
  • Signal handling (very limited)
    • We can't kill processes
    • Processes that works in the background still running even after work of the shell is done
    • We can't resume execution of paused processes (can't send signal CONT)
    • Impossible freely toggle processes between running in the foreground and in the background
    • So basically we can't perfrom any operations that require any sort of keeping information about processes

About

Unix shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published