Font size
WorksheetsCommand OS 20200415
Total questions: 25
Worksheet time: 13mins
What command do you use to display TCP/UDP protocols and port connections?
ping
netstat
tracert
ipconfig
What command do you type in the command line to get back to the GUI?
quit
exit
win
reboot
ipconfig /all > c:\scripts\MyConfig.txt.
do?
What is the core of an OS called?
Shell
User
Kernel
Commands
What was special about the Linux?
It's Free.
It's Open-Source.
It's bugs free.
It's hacker proof.
What command in Linux allows you to add a new user?
adduser
useradd
user
newuser
What command in Linux allows you to change a password?
password
passwd
change password
password change
What command in Linux allows you to move into a new directory?
ps
ls
dir
cd
If I want to look for a temporary file, which directory should I go?
/usr/bin
/tmp
/var
/etc
I want to check the permissions of a file. What should I do?
ls -l
ls
cat
passwd
When troubleshooting a network connectivity problem, the following command results appear. Which of the following commands generated these results?
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
ipconfig
netstat
ping
nbstat
Which of the following commands should be used to find the MAC address of a Windows computer?
ipconfig
ipconfig /all
ipconfig /release
ipconfig /flushdns
When troubleshooting a computer that cannot obtain the proper IP address from a DHCP server, which of the following commands should be used first?
ipconfig /release
ipconfig /renew
ipconfig /displaydns
ipconfig /source=dhcp
What command would you use to fix errors on a hard disk?
fix C: /E /F
chkdsk /F
errorcorrect C: /A
format c:
To copy all of the files in a directory tree, which command would you use?
copy tree *.*
xcopy *.*
xcopy c:\Windows e:
xcopy c:\Windows /A /T e:
