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

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;

36 Cards in this Set

  • Front
  • Back

/

Root directory

/bin

Binary files and other executable programs

/etc

System configuration files

/home

User home directories-store anything you want here

/opt

Optional or 3rd party software is stored

/tmp

Temporary space, typically cleared on reboot

/usr

User related programs

/var

Variable data, most notably log files

/cdrom (/media)

Mount point for cdroms,

/usr/local/programname

Programs not bundled with Linux often installed here with their own sub directories

/opt/avg/bin

AVG is antivirus software that installs in opt

[daryl@linuxsvr ~]$

Shell command line prompt for regular user

[root@linuxsvr ~]#

Super user shell prompt

Root, the superuser

Can do anything, reserved for administrators

~

Indicates home directory

~daryl

Same as /home/daryl

ls

List of directory contents

cd

Changes the current directory

pwd

Displays the present working directory

cat

Concatenates and displays files

echo

Displays arguments to the screen

man

Displays the online manual, use to learn more about a command


Type man space and the command you want to know more about. Hit space bar to display next page, type q to quit man.

exit

Logs out of the shell

clr

Clears the screen

ls -l

Long list of directories

/mv

Move or rename files and directories

/mkdir

Make directory

/more

Display the contents of a file

/cp

Copy files

/rm

Remove files

/groups

List the groups you are in

/rmdir

Remove empty directories


/chmod

Change file permissions

*

Wildcard for all files

o

Represents all other users

x

Represents execute permission