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

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;

26 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
(Windows)

mv

move a file or directory

more

page through a file


("less" in Linux/Mac OSX)

type

print the whole file


("cat" in Linux/Mac OSX)

forfiles

run a command on lots of files


(Windows)



dir -r

find files


("find" in Linux/Mac OSX)

select-string

find things inside files


("grep" in Linux/Mac OSX)

help

read a manual page


("man" in Linux/Mac OSX)

helpctr

find what man page is appropriate


("apropos" in Linux/Mac OSX)

echo

print some arguments

set

export/set a new environment variable


("export" in Linux/Mac OSX)

exit

exit the shell

runas

DANGER! become super user root DANGER!


("sudo"in Linux/Mac OSX)

attrib

change permission modifiers


("chmod"in Linux/Mac OSX)

iCACLS

change ownership


("chown"in Linux/Mac OSX)

env



look at your environment


(Linux/Mac OSX)

xargs

execute arguments


(Linux/Mac OSX)