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

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;

28 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




cp


cp / to copy to

robocopy

robust copy

mv

move a file or directory

more

page through a file

type

print the whole file

forfiles

run a command on lots of files




forfiles <criteria> /c "files"

dir -r

find files

select-string

find things inside files

help

read a manual page

helpctr

find what man page is appropriate

echo

print some arguments

set

export/set a new environment variable

exit

exit the shell

runas

DANGER! become super user root DANGER!

..


../..

.. - up 1 in dir tree


../.. - up 2 in dir tree

-recurse (-r)

copies folder with files in it to a new location




cp -r

-

new-file

Create empty file




new-item <name.txt> -type file

attrib

displays, sets, or removes attributes assigned to files


defaults to display all attributes



runas

RunAs /user:username cmd

icacls

modify access control list