1.

What is BASH?

Answer»

BASH (Bourne Again Shell) is basically a command language interpreter. It was written by Brian Fox for GNU OS and can be used in PLACE of Bourne Shell. It is similar to Bourne Shell but INCLUDES some additional features such as command-line editing that make it easier and more convenient to use. It is the default user shell on most Linux installations. It is basically an INTERPRETED and non-compiled PROCESS that can also run in the terminal window. It is also capable of reading commands from shell scripts.



Discussion

No Comment Found