Powershell Terminology Flashcards
pwd
print working directory
hostname
my computer’s network name
mkdir
make directory
cd
change directory
ls
list directory
rmdir
remove directory
popd
pop directory
cp
copy a file to directory
robocopy
robust copy
mv
move a file or directory
more
page through a file
type
point the whole file
forfiles
run a command on lots of files
dir -r
find files
select-string
find things inside files
help
reading manual page
helpctr
find what man page is appropriate
echo
print some arguments
set
export/set new environment variable
exit
exit to shell
runas
DANGER! become super user root DANGER!
attrib
Displays, sets, or removes attributes assigned to files or directories
icacls
Displays or modifies discretionary access control lists (DACLs) on specified files, and applies stored DACLs to files in specified directories