Windows Commands Flashcards

1
Q

cd\

A

Takes you to the top of the tree

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

cd [folder][subfolder]

A

takes you to the subfolder

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

cd..

A

Takes you one folder up

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

dir

A

Views file contents

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

md or mkdir

A

Makes a new directory (folder)

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

rd or rmdir

A

Removes a directory (folder)

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

ipconfig

A

Displays TCP/IP network configuration values

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

ipconfig /all

A

Shows information on the DNS and DHCP servers

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

ipconfig /release

A

releases the assigned IP

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

ipconfig /renew

A

requests a new IP Address

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

ipconfig /flushdns

A

removes cached DNS records

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

ipconfig /displaydns

A

shows the content of the DNS cache

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

ping

A

view connectivity, reachability, and name; used to troubleshoot connectivity issues

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

hostname

A

obtains the DNS (Domain Name System) name; can set the system’s hostname or NIS (Network Information System) domain name

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

netstat

A

monitors connections; used to troubleshoot configuration issues

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

nslookup

A

uses interactive or noninteractive mode to query internet domain name servers

17
Q

chkdsk

A

searches for UNUSABLE sectors of the storage device Will repair or recover data if necessary.

18
Q

net user

A

views, adds, removes, and changes the user accounts on the computer

19
Q

net use

A

connects and disconnects from a network resource; views the current connections to network resources

20
Q

tracert

A

A common scenario for using tracert is when there is a slow remote connection and you would like to find out which part of the path is problematic

21
Q

format

A

creates a root directory and file system on the disk

22
Q

copy

A

moves files only

23
Q

xcopy

A

multiple files or entire directories

24
Q

robocopy

A

copies files, directories and drives across network

25
Q

gpupdate

A

refreshes a local Group Policy and Active Directory group policy

26
Q

gpresult

A

displays the policy settings for a specified user

27
Q

shutdown

A

shuts down the computer

28
Q

sfc (system file checker)

A

scans protected SYSTEM files and replaces corrupted files with cached copies

29
Q

diskpart

A

manages a computer’s drive

30
Q

pathping

A

locates areas of network latency and network loss

31
Q

winver

A

displays the installed OS

32
Q

help

A

use this to know which commands are available during exam

33
Q

[command name] /?

A

lists syntax options that can be used with the [command name] used

34
Q
A