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

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;

21 Cards in this Set

  • Front
  • Back

PWD

Print working directory

hostname

my computers network name

cd

change directory

ls

list directory

rmdir

Remove directory

pushd

push directory

popd

pop directory

cp

copy file or directory

mv

move file or directory

less

page through a file

cat

print the whole file

xargs

execute arguments

find

find files

grep

find things inside files

man

read the manual

apropos

find what manual page is appropriate

env

look at your environment

echo

print some arguments

export

export/ set a new environment variable

exit

exit the shell

sudo

DANGER becomes super user DANGER!