Chapter 3 - Exploring Linux Filesystems Flashcards
A metacharacter used to represent a user’s home directory.
~ metacharacter
The full pathname to a certain file or directory starting from the root directory.
absolute pathname
A file that contains machine language (binary 1s and 0s) and stores information (such as common functions and graphics) used by binary compiled programs.
binary data file
A Linux command used to display (or concatenate) the entire contents of a text file to the screen.
cat command
A Linux command used to change the current directory in the directory tree.
cd (change directory) command
One of the two modes in vi; it allows a user to perform any available text-editing task that is not related to inserting text into the document.
command mode
The joining of text together to make one larger whole. In Linux, words and strings of text are joined together to form a displayed file.
concatenation
A Linux command that compares the contents of text files to identify any differences.
diff command
A special file on the filesystem used to organize other files into a logical tree structure.
directory
A variant of the grep command used to search files for patterns, using extended regular expressions.
egrep command
A popular and widespread text editor more conducive to word processing than vi. It was originally developed by Richard Stallman.
Emacs (Editor MACroS) editor
A file that can be executed by the Linux operating system to run in memory as a process and perform a useful function.
executable program
A variant of the grep command that does not allow the use of regular expressions.
fgrep command
A Linux command that displays the file type of a specified filename.
file command
The process of using wildcard metacharacters within a command to match multiple files or directories.
file globbing
The user-friendly identifier given to a file.
filename
A series of identifiers following a dot ( . ) at the end of a filename, used to denote the type of the file; the __________________ .txt denotes a text file.
filename extension
A common text editor used within GUI environments.
gedit editor
A Linux command that searches files for patterns of characters using regular expression metacharacters. The command name is short for “global regular expression print.”
grep command