powershell

 0    22 flashcards    guest1568343
download mp3 print play test yourself
 
Question Answer
pwd
start learning
print working directory
hostname
start learning
my computer’s network name
mkdir
start learning
make dorectory
cd
start learning
change directory
ls
start learning
list directory
rmdir
start learning
remove directory
pushd
start learning
push directory
popd
start learning
pop dorectory
cp
start learning
copy a file or directory
mv
start learning
move a file or directory
less
start learning
page through a file
cat
start learning
print the while file
xargs
start learning
execute arguments
find
start learning
find files
grep
start learning
find things inside files
man
start learning
read a manual page
apropos
start learning
find which manual page is approppriate
env
start learning
look at your environment
echo
start learning
print some arguments
export
start learning
eksport/set a new environment viariable
exit
start learning
exit the shell
sudo
start learning
DANGER! become super user root DANGER!

You must sign in to write a comment