MS Commands

studied byStudied by 1 person
5.0(1)
Get a hint
Hint

What Windows command prompt commands can be used to list all directory's files and subdirectories contained in the current directory?

1 / 39

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

40 Terms

1

What Windows command prompt commands can be used to list all directory's files and subdirectories contained in the current directory?

dir & dir .

New cards
2

What command-line command is used for directory traversal?

cd

New cards
3

Which parameter of the cd command in Windows moves the command-line prompt one folder up in the directory tree?

cd ..

New cards
4

What commands in Windows command prompt changes the current directory to the root directory?

cd \

New cards
5

What is the name of an MS Windows command-line utility that can be used to display TCP/IP configuration settings?

ipconfig

New cards
6

What refers to an ipconfig command parameter used for displaying the full TCP/IP config info for all adapters and allows you to view the physical address of a Network Interface Card?

ipconfig /all

New cards
7

What two commands are used for resetting the DHCP config settings for all?

ipconfig /release ipconfig /renew

New cards
8

What command is used for checking the reachability of a remote network host?

ping

New cards
9

What network command-line utility tracks and displays the route taken by IPv4 packets on their way to another host?

tracert

New cards
10

What command-line utility displays active TCP/IP connections and network protocol stats?

Netstat

New cards
11

What netstat parament allows you to display all connections and listening ports?

netstat -a

New cards
12

What netstat parameter allows you to display the name of an application involved in creating each connection or listening port?

netstat -b

New cards
13

What netstat parameter allows you to display address & port numbers in numerical form?

netstat -n

New cards
14

What CLI tools can be used for troubleshooting DNS-related problems?

nslookup

New cards
15

What comman can be used to shut down or restart a local or remote host on MS windows?

shutdown

New cards
16

What is the correct command for setting the time-out period for 60 seconds before powering off a windows host?

shutdown /s /t 60

New cards
17

What shutdown command switch in MS forces full system shutdown and restart of a windows host?

shutdown /r

New cards
18

What comman enables a full system shutdown and restart of a MS windows host after a time-out period of 2 minutes?

shutdown /r /t 120

New cards
19

What shutdown command switch enables aborting a system shutdown?

shutdown /a

New cards
20

What utility scans the integrity of all protected files and replaces incorrect version with correct MS versions?

sfc

New cards
21

What sfc switch enables a type of file check that scans integrity of all protected system files and repairs corrupted files when possible?

/scannow

New cards
22

What is a Windows OS/2 and DOS tool used for checking the file system & status of the system's hard drives?

chkdsk

New cards
23

What chckdsk command fixes erros on the disk?

chkdsk /f

New cards
24

What chckdsk command locates bad sectors & recovers readable information and fixes errors on the disk?

chkdsk /r

New cards
25

What command launches a text-based command-line partitioning utility?

diskpart

New cards
26

what command displays a list of currently running processes on a local or remote host?

tasklist

New cards
27

Provided that the process ID of notepad.exe obtained with the tasklist command is 1230 what is the correct syntax for a Windows Command Prompt taskkill command that would allow to close this application?

taskkill /pid 1230

New cards
28

What taskkill command & syntax would allow you to close notepad.exe by providing its imagename?

taskkill /im notepad.exe

New cards
29

What command allows for updating mulitiple group policy settings in MS-Windows?

gpupdate

New cards
30

What command displays the group policy info for a machine or user?

gpresult

New cards
31

What command configures a newly added hard drive with a file system so that Windows can sotre info on it?

format

New cards
32

What comman can be used to copy one or more files from one location to another?

copy

New cards
33

What copy command switch verifies that the new files are written correctly?

copy /v

New cards
34

What copy command switch suppresses the confirmation prompt displayed when Windows is about to overwrite the contents of an existing file?

copy /y

New cards
35

What two commands allow for copying multiple files or entire directory trees from one directory to another and for copying files across the network?

xcopy robocopy

New cards
36

What command is used for listing a computer's connections to shared resources?

net use

New cards
37

What command lists the user accounts for the computer?

net user

New cards
38

What 2 commands can be used to display help info related to a specific command-line utility?

help [command name] [command name] /?

New cards
39

What comman displays a full list of avaialble system command along with a brief description of each command?

help

New cards
40

Right-clicking on the Command Prompt app icon allows for execution of shell commands reserved for what?

System administrator

New cards

Explore top notes

note Note
studied byStudied by 64 people
... ago
4.9(7)
note Note
studied byStudied by 37 people
... ago
5.0(2)
note Note
studied byStudied by 521 people
... ago
4.5(2)
note Note
studied byStudied by 33 people
... ago
5.0(1)
note Note
studied byStudied by 20 people
... ago
5.0(1)
note Note
studied byStudied by 5 people
... ago
5.0(1)
note Note
studied byStudied by 22 people
... ago
4.5(2)

Explore top flashcards

flashcards Flashcard (44)
studied byStudied by 42 people
... ago
5.0(1)
flashcards Flashcard (31)
studied byStudied by 21 people
... ago
5.0(1)
flashcards Flashcard (83)
studied byStudied by 36 people
... ago
5.0(2)
flashcards Flashcard (42)
studied byStudied by 11 people
... ago
5.0(1)
flashcards Flashcard (30)
studied byStudied by 7 people
... ago
4.0(1)
flashcards Flashcard (60)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (39)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (67)
studied byStudied by 227 people
... ago
5.0(9)
robot