1.2 Commands Flashcards

(52 cards)

1
Q

help

A

is used to list commands and description of what they do

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

dir

A

list files and folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

/?

A

Give help on the command similar to help to explain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

cd

A

is used to move from one folder to another

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

md(mkdir)

A

is used to make new folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

rd(rmdir)

A

is used to delete empty folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

del

A

is used to delete files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

tree

A

list files and folder within the current folder and all sub folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Winver

A

Shows what version of windows you are on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

cls

A

clears terminal screen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

copy

A

is used to copy files from
one folder to another

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

xcopy

A

it can copy folders, subfolders, and all the files with them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

robocopy

A

more advanced copy
task than xcopy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

ping

A

Uses ICMP to return the
status of a unicast

Used for troubleshooting to test

Host/Server reachiability
Internet connection
Network interface card
test DNS issues

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

ping -n

A

change the number of
pings sent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

ping-l

A

change the size of the ping
packets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

ping-t

A

pings continously

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

ping-4

A

force an IPv4 ping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

ping-6

A

force an IPv6 ping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

ipconfig

A

Displays interface
configurations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

ipconfig /all

A

: displays more
detailed information.

22
Q

ipconfig /renew

A

request configurations from a DHCP server

23
Q

ipconfig /release

A

removes configurations obtained through
DHCP.

24
Q

ipconfig /displaydns

A

displays the
local DNS cache

25
ipconfig /flushdns
clears the local DNS cache.
26
net use
used to connect to a network share net use x: \\servername\sharename
27
netstat
Displays active network connections
28
netstat -a
displays all connections, including listening ports
29
tracert
Uses ICMP to return a hop count
30
net user
Used to manage/create user accounts
31
pathping
Performs a ping and a traceroute at the same time
32
nslookup
Identifies the current DNS server and displays IP Addresses for a provided name.
33
hostname
displays a computer’s hostname
34
chkdsk
scans a disk in hopes of recovering corrupted files
35
chkdsk /f
Fixes errors on the disk
36
chkdsk /r
Fixes errors and Locates bad sectors
37
Format
erases a disk file applying a file system
38
format /fs
specifies the type of the file system (FAT, FAT32,exFAT,NTFS)
39
format d: /fs:ntfs
will format the D drive as ntfs
40
format /q
performs a quick format
41
format d: /fs:fat32/q
will quick format the D drive as FAT32
42
Convert
changes FAT/FAT32 filesystem to NTFS without erasing files
43
convert /fs
Specifies that the volume will be converted to NTFS * Cannot convert NTFS to any other file system
44
Diskpart
is a command line partition management tool
45
sfc
is the system file checker used to repair system files
46
sfc /SCANNOW
scans integrity of all protected system files and repairs files
47
sfc /VERIFYONLY
Scans system files but does not repair them
48
shutdown
will send a signal to turn off the system
49
shutdown /p
Turn off the local computer with no time-out or warning
50
shutdown /r
Full shutdown and restart the computer
51
Gpupdate
Updates the latest group policy setting
52
Gpresult
shows what group policy is applied to the computer