Exam Compass - Microsoft Command-Line Tools Quiz Flashcards
Which of the answers listed below refer to Windows command-line commands used for directory traversal? (Select 2 answers)
cd
pwd
dir
chdir
path
cd
chdir
Which of the following Windows Command Prompt commands can be used to list all directory’s files and subdirectories contained in the current directory? (Select all that apply)
dir
dir /?
dir .
dir /all
dir /list
dir
dir .
Which of the answers listed below refer to Windows command-line commands used to create a directory or subdirectory? (Select 2 answers)
md
mkd
mdir
mkdr
mkdir
md
mkdir
Which of the following Windows Command Prompt commands can be used to delete a directory? (Select all that apply)
rd
del
rmdir
dir /d
popd
rd
rmdir
Which of the Windows command-line commands listed below changes the drive from C: to D:?
C:>D:
C:>[D:]
C:>D:\
C:>cd D:\
C:>D:
What is the name of a Windows Command Prompt utility that can be used to display TCP/IP configuration settings?
ifconfig
nslookup
ipconfig
netstat
ipconfig
A command-line utility used for checking the reachability of a remote network host is called:
ping
tracert
dig
netstat
ping
Which of the following command-line commands displays the name of the current computer a user is connected to?
host
hosts
hostname
localhost
hostname
Netstat is a command-line utility used for: (Select 2 answers)
Displaying active TCP/IP connections
Testing the reachability of a remote host
Displaying intermediary points on the packet route
Viewing the TCP/IP configuration details
Displaying network protocol statistics
Displaying active TCP/IP connections
Displaying network protocol statistics
Which of the network command-line tools listed below enables obtaining an FQDN-to-IP address mapping?
netstat
nslookup
tracert
pathping
nslookup
Which of the following Command Prompt utilities in MS Windows allows to verify the file system integrity and fix logical file system errors?
grep
chkdsk
sfc
dism
chkdsk
Which command-line command in Windows lists a computer’s connections to shared resources?
net share
net use
net session
net config
net use
Which Command Prompt command in MS Windows lists the user accounts for the computer?
net view
net session
net user
net accounts
net user
A network command-line utility in MS Windows that tracks and displays the route taken by IP packets on their way to another host is known as:
ping
traceroute
nslookup
tracert
tracert
For a newly added storage drive, this command-line command allows to configure it with a file system enabling Windows to store information on the drive.
gpart
sfdisk
mount
format
format
Which of the following Command Prompt commands in MS Windows can be used to copy one or more files from one location to another?
copy
move
cp
pushd
copy
Which Microsoft Windows command-line command(s) allow(s) for copying multiple files and directories, including subdirectories? (Select all that apply)
cp
xcopy
move
robocopy
copy
xcopy
robocopy
Which copying utility accessible via Windows command line interface offers the widest range of options?
xcopy
move
robocopy
copy
cp
robocopy