Command Line Utilities Flashcards

1
Q

Command Line utility: displays the name of or changes the current directory

A

cd

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

Command Line utility: displays a list of files and subdirectories in a directory

A

dir

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

Command Line utility: creates a directory

A

md or mkdir

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

Command Line utility: removes (deletes) a directory

A

rmdir

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

Command Line utility: removes all directories and files in the specified directory in addition to the directory itself.

A

rmdir /S

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

Command Line utility: displays only the IP address, subnet mask and default gateway for each adapter bound to TCP/IP.

A

ipconfig

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

Command Line utility: display full internet configuration information

A

ipconfig /all

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

Command Line utility: release the IPv4 address for the specified adapter

A

ipconfig /release

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

Command Line utility: renew the IPv4 address for the specified adapter

A

ipconfig /renew

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

Command Line utility: purges the DNS Resolver cache

A

ipconfig /flushdns

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

Command Line utility: pings the specified host

A

ping [host]

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

Command Line utility: prints the name of the current host

A

hostname

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

Command Line utility: displays protocol statistics and current TCP/IP network connections

A

netstat

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

Command Line utility: displays all connections and listening ports

A

netstat -a

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

Command Line utility: displays dns name of ip address and local gateway

A

nslookup [IP address]

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

Command Line utility: checks a disk and displays a status report

A

chkdsk [volume]

17
Q

Command Line utility: displays user accounts for current machine. It allows you to manage your local and even your domain users from the command line. It’s mainly used to quickly add, delete or disable user accounts from the command line

A

net user

18
Q

Command Line utility: a command line method of mapping network drives to your local computer

A

net use

19
Q

Command Line utility: displays ‘hops’ and latency of ‘hop’ needed to get from the current IP to the destination IP

A

tracert [target name or IP]

20
Q

Command Line utility: formats a disk for use with windows

A

format

21
Q

Command Line utility: copies files and directory trees

A

xcopy [source] [destination]

22
Q

Command Line utility: copies one or more files to another location.

A

copy

23
Q

Command Line utility: robust file copy for windows

A

robocopy

24
Q

Command Line utility: updates multiple group policy settings

A

gpupdate

25
Q

Command Line utility: displays the resultant set of policy (RSoP) information for a target user and computer

A

gpresult

26
Q

Command Line utility: shuts down the computer or specified computer with options

A

shutdown

27
Q

Command Line utility: admin only, scans the integrity of all protected system files and replaces incorrect versions with correct microsoft versions

A

sfc

28
Q

Command Line utility: starts disk partituon utility

A

diskpart

29
Q

Command Line utility: traces route and ‘hops’ of user to destination ip

A

pathping

30
Q

Command Line utility: displays windows version, os build and type of installation, ex win 10 home

A

winver