Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

PowerShell Vocab | CS - Programming Languages, Quizzes of Programming Languages

Class: CS - Programming Languages; Subject: Computer Science; University: Eastern New Mexico University-Roswell Campus; Term: Forever 1989;

Typology: Quizzes

2011/2012

Uploaded on 12/09/2012

4dr14ng4rc14
4dr14ng4rc14 🇺🇸

1 document

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
TERM 1
pwd
DEFINITION 1
print working directory
TERM 2
hostname
DEFINITION 2
my computer's network name
TERM 3
mkdr
DEFINITION 3
make directory
TERM 4
cd
DEFINITION 4
change directory
TERM 5
ls
DEFINITION 5
list directory
pf3
pf4
pf5

Partial preview of the text

Download PowerShell Vocab | CS - Programming Languages and more Quizzes Programming Languages in PDF only on Docsity!

pwd

print working directory

TERM 2

hostname

DEFINITION 2

my computer's network name

TERM 3

mkdr

DEFINITION 3

make directory

TERM 4

cd

DEFINITION 4

change directory

TERM 5

ls

DEFINITION 5

list directory

rmdir

remove directory

TERM 7

pushd

DEFINITION 7

push directory

TERM 8

popd

DEFINITION 8

pop directory

TERM 9

cp

DEFINITION 9

copy a file or directory

TERM 10

robocopy

DEFINITION 10

Robust Copy

select-string

find things inside files

TERM 17

help

DEFINITION 17

read a manuel page

TERM 18

helpctr

DEFINITION 18

find what man(main?) page is appropriate

TERM 19

runas

DEFINITION 19

DANGER!! become super root user DANGER!!

TERM 20

echo

DEFINITION 20

print some arguments

set

export/set a new environment variable

TERM 22

iCACLS

DEFINITION 22

change ownership

TERM 23

exit

DEFINITION 23

exit the shell