• 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/38

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;

38 Cards in this Set

  • Front
  • Back
a command used to execute a file in the current shell environment
. command
the executable file for the Bourne Again Shell
/bin/bash
the executable file for the C shell
/bin/csh
the executable file for the Korn shell
/bin/ksh
the executable file for the Bourne shell
/bin/sh
the executable file for the TC shell
/bin/tcsh
a bash shell configuration file typically used to set the command prompt and create aliases for all users on the system
/etc/bash.bashrc
a file that contains commands that are executed for all users on the system. It is executed by the /etc/bash.bashrc file
/etc/bash.bashrc.local
a bash shell configuration file that is read for all users on the system
/etc/profile
a special character used to protect the following character from shell interpretation
\
a bash shell configuration file that is used to store aliases
~/.alias
a bash shell configuration file that is used to store previously executed commands
~/.bash_history
a bash shell configuration file that is read at login and when nonlogin shells are started
~/.bashrc
a bash shell cofiguration file that is read if ~/.bash_profile and ~/.bash_login do not exist
~/.profile
a file used to set vim configuration options for a user
~/.vimrc
characters used to protect all enclosed text from shell interpretations
'...' (single quotes)
characters used to protect all enclosed text except $, \, and ' characters from shell interpretations
"..." (double quotes)
a command used to create special alias variables
alias command
special variables that can be used to execute commands in a shell
aliases
the default shell on most Linux systems, including SUSE Linux
Bourne Again shell (bash)
a mode in the vi editor that allows you to perform any varieble text editing task that is not related to inserting text into the document
command mode
a command used to display or echo output to the terminal screnn--it can be used to view the contents of variables
echo command
Variables that are available to the current shell and all programs executed by the shell
environment variables
a command used to invoke the GNOME graphical text editor
gedit command
a command used to view and recall previously executed commands
history command
a mode in the vi editor that allows you to insert text into the document
insert mode
a command used to list localization variables
locale command
a shell that is started immediately following login
login shell
a shell that is started by an existing shell
nonlogin shell
a character encoding format used by the root user in SUSE Linux shells
POSIX (Portable Operating System Interface)
Special characters that can be used to match multiple filenames. Also know as Wildcards
search patterns
the linux command interpreter
shell
variables that are only available in the current shell and are used to configure the shell itself
shell variables
a command used to execute a file in the current shell environment
source command
a command used to determine the type of program for a command.
type command
the _______ command can be used to identify aliases and their target commands
type
a command used to destroy an alias in memory
unalias command
a character encoding format used by all nonroot users in SUSE Linux shells.
UTF-8 (Unicode Transformation Format)