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

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;

27 Cards in this Set

  • Front
  • Back

PWD

Print Working Directory

hostname

my computers network name

mkdir

make directory

cd

change directory

rmdir

remove directory

pushdr

push directory

popd

pop directory

cp

copy a file or directory

robocopy

robust copy

mv

move a file or directory

more

page through a file

type

print the whole document

forfiles

run a command on lots of files

dir -r -filter

find files

select-string

find things inside files

help

read a manual page

helpctr

find what man page is appropriate

echo

print some arguments

export

export/set a new environment variable

exit

exit the shell

runas

DANGER! become super user root DANGER!

attrib

change permission modifiers

iCACL S

change ownership

$|$

takes the output from the command on the left, and "pipes" it to the command on the right

$<$

take and send the input from the file on the right to the program on the left

$>$

takes the output of the command on the left, then writes itto the file on the right

$>>$

takes the output of the command on the left, then appends itto the file on the right.