Module 1 last day ben: tech job, Glossary Flashcards
the path that starts from the main directory
Absolute path
a nickname for common commands
Alias
A way to add the data of the file without erasing existing data
Appending flags
The language used to interact with the shell
Bash
Command Line Interpreter
CLI
A text interfact program for a computer that inputs text commands and translates them to the operating system
Command line
A concept that means that the next character after the back tick or other escape character should be treated literally
Escape characters
a file extension found in Windows for an executable file
.exe
a collection of users
groups
a graphical user interface
gui
a set of files that are not visible either to avoid alteration or because you don’t want someone to see them
Hidden files
a keyboard shortcut that does a particular task
hot key
an input stream handles data flowing into and out of a program. Think of them as actual streams.
I/O Streams
a value that is associated with a command in Windows. Used to specify it.
Parameter
A directory that houses directories
Parent directory
A directory that is housed inside of a directory
Child directory
a main directory that branches off and holds other directories and files
Paths
Shows you which directory you are in
prompt
a pattern matching language that describes words, phrases, or more complicated patterns, used to help you do advanced pattern based selection
Regular Expression
a path from your current directory
relative path
a parent directory for all other directories in a file system
root directory
a command line interpreter for Linux
Shell
data stream that redirects the output of error messages in a different output stream. works n linux and windows
Standard error (stderr)
a data stream in which the input that you provide through the keyboard goes to the standard in stream of the process that you are interacting with. works in both Linux and Windows
Standard in, stdin
a data stream that when a process creates output, it adds data to the standard out stream, which flows out of the process. Works in linux and windows
Standard Out, stdout
three data streams created when you launch a Linux command
stdin, stdout, stderr
a directory below or at a deeper level in the directory hierarchy
subdirectories