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

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;

23 Cards in this Set

  • Front
  • Back

print working directory

pwd

my computer's network name

hostname

make directory

mkdir

change directory

cd

list directory

ls

remove directory

rmdir

push directory

pushd

pop directory

popd

copy a file or directory

cp

move a file or directory

mv

page through a file

less

print the whole file

cat

execute arguments

xargs

find files

find

find things inside files

grep

read a manual page

man

find what man page is appropriate

apropos

look at your environment

env

print some arguments

echo

export/set a new environment variable

export

exit the shell

exit

change permission modifiers

chmod

change ownership

chown