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

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;

22 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

pwd

Print working directory

hostname

My computer’s network name

mkdir

Make directory

cd

Change directory

ls

List directory

rmdir

Remove directory

Also used to rename a directory

pushd

Push directory

popd

Pop directory

cp

Copy a file or directory

mv

Move a 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 a manual page

apropos

Find what man 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! Become super user root DANGER!