shell

Command Line Shell #

Take inputs -> pass on to operating system for execution.

The Prompt #

Looks something like this:

[<username>@<hostname> ~]$

If it ends with a $, that’s usually a normal user. If it ends with a #, that’s a superuser.