• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/43

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

43 Cards in this Set

  • Front
  • Back
~ metacharacter
a metacharacter used to represent a users home directory
absolute pathname
the full pathname to a certain file or directory, starting from the root directory.
binary data file
a file that contains machine language (1 0) and stores information (such as common functions and graphics) used by binary complied programs.
cat COMMAND
a linux command used to display the entire contents of a text file to the screen.
cd COMMAND
a Linux command used to change the current directory in the directory tree.
command mode
one of the two modes in vi; it allows users to perform any available text editing task that is not related to inserting text into the document.
directory
a special file on the file system used to organize other files into a logical tree structure.
egrep COMMAND
a variant of the grep command, used to search file patterns using extended regular expressions.
Emacs (editor MACroS) editor
a popular and widespread text editor more conducive to word processing than vi. Developed by Richard Stallman.
executable programs
a file that can be executed by the linux operating system to run in memory as a process and perform a useful function.
fgrep COMMAND
a variant of the grep command that does not allow the use of regular expression.
file COMMAND
a linux command that displays the file type of a pacific filename.
filename
the user friendly identifier given to a file.
filename extension
at the end of a filename, a dot followed by a series of identifiers that denote the file type; the file name extension .txt denotes a text file.
gedit editor
a common text editor used within GUI environments.
grep COMMAND
a linux command that searches files for patterns of characters using regular expression metacharacters. Short for "global regular expression print".
head COMMAND
a linux command that displays the first set of lines of a text file.
home directory
a directory on the filesystem set aside for users to store personal files and information.
insert mode
one of the two modes in vi; it allows users to insert text into document but does not allow any other functionality.
lass COMMAND
a linux command used to display a text file page by page on the terminal screen.
linked file
the file that represents the same data as other files.
ll COMMAND
an alias for the ls -l command; it give a long file listing.
log file
a file that contains past system events
ls COMMAND
a linux command used to list the files in a given directory
more COMMAND
a linux command used to display a text file page by page and line by line on the terminal screen.
named pipe file
a temporary copnnection that sends information from one command or process in memory to another.
nano editor
a user friendly terminal text editor that uses Ctrl key combinations to perform basic functions.
od COMMAND
a linux command used to display the content of a local file in octal format.
parent directory
the directory that is one level closer to the root directory in the directory tree relative to your current directory.
pwd COMMAND
a linux command used to display the current directory in the directory tree.
regular expressions
the special metacharacters used to match patterns of text with text files.
relative pathnames
the pathname of a target directory relative to your current directory in the tree.
socket file
a named pipe connecting proccesses on two different computers
special device file
a file used to identify hardware devices such as hard disk and serial ports.
string COMMAND
a linux command used to search for and display text characters in a binary file.
subdirectory
a directory that resides within another directory in the directory tree.
tab-completion feature
a feature of the BASH shell that fills in the remaining characters of a unique filename or directory name.
tac COMMAND
a linux command that displays a file on the screen, beginning with the last line of the file and ending with the first line of the file.
tail COMMAND
a linux command used to display lines of text at the end of a file.
text file
a file that stores information in a readable text format.
text tool
the program that allows for the creation, modification, and searching of text files.
vi editor
a powerful-command line text editor available to most UNIX and LINUX systems
wildcard metacharacters
the metacharacters used to match certain characters in a file or directory.