OPERATING SYSTEMS FOR COMPUTERS
COMMAND LINE INTERFACE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Linux Distro
|
|
open source kernel
|
|
graphical interface for Linux
|
|
command line environment
|
Detailed explanation-1: -Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. First released in 1989, it has been used as the default login shell for most Linux distributions.
Detailed explanation-2: -Bash provides several ways to manipulate the environment. On invocation, the shell scans its own environment and creates a parameter for each name found, automatically marking it for export to child processes. Executed commands inherit the environment.
Detailed explanation-3: -Command line environment The environment of the command line refers to the settings and preferences of the current user. It enables users to set greetings, alias commands, variables, and much more.
Detailed explanation-4: -The env command allows you to display your current environment or run a specified command in a changed environment. If no flags or parameters are specified, the env command displays your current environment, showing one Name=Value pair per line.