Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 720 Bytes

shell.md

File metadata and controls

16 lines (11 loc) · 720 Bytes

IN PROGRESS

Background

I worked with linux and docker container and I still have fuzzy understanding on what it is I'm typing to? Like when I ssh into a server, or exec into a container, what is that prompt? What is a shell? What's the difference between shell, tty, console, terminal, and cli? How does a shell and kernel related?

Shell

  • There are many shells in Linux/Unix world: sh, bash, zsh, csh, ksh to mention a few
  • There exists a POSIX standard for shell