Command Line Tools Flashcards

1
Q

cd

A

used to navigate the directory structure.

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

dir

A

displays information about the contents of the current directory.

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

md

A

create a directory

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

rmdir

A

Command-line tool for deleting directories.

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

ipconfig

A

provides information about own network connection

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

ping

A

verifies there is good connectivity between the client and the
remote destination

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

hostname

A

a label assigned to a device (a host) on a network

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

netstat

A

can be used to investigate open ports and connections on the local host. In a troubleshooting context, you can use this tool to verify whether file sharing or email ports are open on a server and whether other clients are connecting to them.

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

nslookup

A

Cross-platform command tool for querying DNS resource records.

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

chkdsk

A

scans the file system and/or disk sectors for faults and can attempt to repair any problems detected.

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

net user

A

manage accounts at the command line

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

net use

A

use to view and configure shared resources on a Windows network.

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

tracert

A

shows each and every stop along the way by using multiple pings all the way out and all the way back

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

format

A

writes a new file system to a drive. This process deletes any data existing on the drive.

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

xcopy

A

utility that allows you to copy the contents of more than one directory at a time and retain the directory structure

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

copy

A

provide the ability to transfer files contained in a single directory.

17
Q

robocopy

A

file copy utility- designed to work better with long file names and NTFS attributes.

18
Q

gpupdate

A

Command-line tools to apply and analyze group policies. Group policies are a means of configuring registry settings.

19
Q

gpresult

A

This command displays the RSoP for a computer and user account. When run without switches, the help page is displayed. The /s , /u , and /p switches can be used to specify a host (by name or IP address), user account, and password, and /r can be used to display policies for the desktop.

20
Q

shutdown

A

Command-line tool for shutting down or restarting the computer. The command is supported by Windows and Linux, though with different syntax.

21
Q

sfc

A

Provides a manual interface for verifying system files and restoring them from the cache

22
Q

diskpart

A

Command-line utility used to configure disk partitions.

23
Q

pathping

A

gives a more accurate round-trip time being calculated

24
Q

winver

A

reports version information. You will often need to use this for support.