Cmd Flashcards
Learn command line (22 cards)
1
Q
pwd
A
Print working directory
2
Q
Hostname
A
My computer’s network name
3
Q
mkdir
A
Make directory
4
Q
cd
A
Change directory
5
Q
ld
A
List directory
6
Q
Rmdir
A
Remove directory
7
Q
pushd
A
Push directory
8
Q
popd
A
Pop directory
9
Q
cp
A
Copy a file or directory
10
Q
robocopy
A
Robust copy
11
Q
mv
A
Move a file or directory
12
Q
more
A
mpage through a file
13
Q
Type
A
Print the whole file list
14
Q
Forfiles
A
Run a command on lots of files
15
Q
Dir-r
A
Find files
16
Q
Select-string
A
Finding things inside files
17
Q
Help
A
Read a manual page
18
Q
Helpctr
A
Find what main page is appropriate
19
Q
Echo
A
Print some arguments
20
Q
Set
A
Export/set new enviro variable
21
Q
Exit
A
Exit the shell
22
Q
Runas
A
Become super user root