• 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

pwd

print working directory

hostname

my computer's network name
mkdir
make directory
cd

change directory

ls

list directory
rmdir
remove directory
pushd
push directory
popd
pop directory

cp

copy a file or directory

robocopy

robust copy


(WIN ONLY)

mv

move a file or directory

more

page through a file


(WIN)

less

page through a file


(OSX/LINUX)

cat

print the whole file


(OSX/LINUX)

type

print the whole file


(WIN)

xargs

execute arguments


(OSX/LINUX ONLY)

forfiles

run a command on lots of files


(WIN ONLY)

find

find files


(OSX/LINUX)

dir -r

find files


(WIN)

grep

find things inside files


(OSX/LINUX)

select-string

find things inside files


(WIN)

man

read a manual page


(OSX/LINUX)

help

read a manual page


(WIN)

apropos

find what man page is appropriate


(OSX/LINUX)

helpctr

find what man page is appropriate


(WIN)

env

look at your environment


(OSX/LINUX ONLY)

echo

print some arguments

export

export/set a new environment variable


(OSX/LINUX)

set

export/set a new environment variable


(WIN)

exit

exit the shell

sudo

DANGER! become super user root DANGER!


(OSX/LINUX)

runas

DANGER become super user root DANGER!


(WIN)

chmod

change permission modifiers


(OSX/LINUX)

attrib

change permission modifiers


(WIN)

chwon

change ownership


(OSX/LINUX)

iCACLS

change ownership


(WIN)