2- Command Line Interface Flashcards
Sources of commands:
Internal Commands
External Commands
Aliases
Functions
Also called built-in commands and are built in to the shell itself
Internal Commands
External Commands
Aliases
Functions
Internal Commands
These commands are stored in files that are searched by the shell
Internal Commands
External Commands
Aliases
Functions
External Commands
These commands can also be executed by typing the complete path to the command.
Internal Commands
External Commands
Aliases
Functions
External Command
cd is a type of _______ command
Internal Commands
External Commands
Aliases
Functions
Internal Commands
can override a built-in command, function, or a command that is found in a file
Internal Commands
External Commands
Aliases
Functions
Aliases
can also be built using existing commands to either create new commands, override commands built-in to the shell, or commands stored in files.
Internal Commands
External Commands
Aliases
Functions
Functions
_____ and _______ are normally loaded from the initialization files when the shell first starts.
Internal Commands
External Commands
Aliases
Functions
Aliases
Functions
A software program that when executed on the command line, performs an action on the computer
command
The default shell for users in Red Hat Enterprise Linux and CentOS is the GNU ________
Bourne- Again Shell (bash)
is an improved version of one of the most successful shells used on UNIX-like systems
Bash
The Linux __________ is the text interface to your computer. Also known as shell, terminal, console, command prompts and many others is a computers program intended to interpret commands
command line
can be used to map longer commands to shorter key sequences
Internal Commands
External Commands
Aliases
Functions
Aliases
When the shell sees _______ being executed, it substitutes the longer sequence before proceeding to interpret commands.
Internal Commands
External Commands
Aliases
Functions
Aliases
Can be used to specify something for the command to act upon.
Arguments