what is shell in linux
Shell is a UNIX term for the interactive user interface with an operating system. The shell is the layer of programming that understands and executes the commands a user enters. In some systems, the shell is called a command interpreter. A shell usually implies an interface with a command syntax (think of the DOS operating system and its "C:>" prompts and user commands such as "dir" and "edit"). • The shell is a user program or it is an environment provided for user interaction. • It is a command language interpreter that executes commands read from the standard input device such as keyboard or from a file. • The shell gets started when you log in or open a console (terminal). • Quick and dirty way to execute utilities. • ...