Common Commands and Scripts Flashcards
What is the command to show Directory on Windows
dir
What is the command to show Directory on Linux
ls
How do you create a folder on Windows and Linux
mkdir (make)
How to change directory on Windows and Linux
cd (change directory)
How to delete a file/folder on Windows
del (delete)
How to delete a file/folder on Linux
rm (remove)
How to copy a file/folder on Windows
copy
How to copy a file/folder on Linux
cp
How to move a file/folder on windows
move
How to move a file/folder on Linux
mv (move)
What does nslookup do
nslookup matches names to IP addresses
What does netstat do
Displays protocol statistics and TCP/IP connections
How to show ipconfig on Linux
Linux uses ifconfig
How to rename a file/folder on Windows
ren(ame)
How to rename a file/folder on Linux
mv (move). This will allow you to move and rename the file/folder