Windows Server and Unix/Linux Command Basics

Covers Windows Server 2003 administration and fundamental Unix/Linux command-line operations

20 Questions Published

Questions

Question 1 True/False

mkdir dirname --- make a new directory

  1. True
  2. False
Question 2 True/False

cd dirname --- change directory.

  1. True
  2. False
Question 3 True/False

pwd --- tells you where you currently are

  1. True
  2. False
Question 4 True/False

ls -a --- lists all files, including the ones whose filenames begin in a dot, which you do not always want to see

  1. True
  2. False
Question 5 True/False

more filename --- shows the first part of a file, just as much as will fit on one screen.

  1. True
  2. False
Question 6 True/False

diff filename1 filename2 --- compares files, and shows where they differ

  1. True
  2. False
Question 7 True/False

cp filename1 filename2 --- copies a file

  1. True
  2. False
Question 8 True/False

grep string filename(s) --- looks for the string in the files.

  1. True
  2. False
Question 9 True/False

mv filename1 filename2 --- moves a file (i.e. gives it a different name, or moves it into a different directory

  1. True
  2. False
Question 10 Multiple Choice (Multiple Answers)

Which Edition of windows server 2003 does not work as a domain controller.

  1. Web Edition
  2. Standard Edition
  3. Enterprise Edition
  4. Data centre edition
Question 11 True/False

Can i rename Domain name or Net bios name in windows server 2003

  1. True
  2. False
Question 12 True/False

Can i use GPMC in windows 2000 server.

  1. True
  2. False
Question 13 True/False

Can i set Security permision for multiple user's properties in windows 2000 server.

  1. True
  2. False
Question 14 Multiple Choice (Single Answer)

What would you type in to access a share called “Classified” on a server named STORE with the IP address 14.23.141.17 via the Internet without a HOSTS file?

  1. \STORE\Classified
  2. \14.23.141.17\STORE\Classified
  3. \Classified\STORE
  4. \14.23.141.17\Classified
Question 15 Multiple Choice (Single Answer)

Which command allows you to view the IP configuration for all network adapters on a given server?

  1. Ipconfig /all
  2. Tcpipconfig /showall
  3. Tcpinconfig /all
  4. Ping /ipconfig –all
Question 16 Multiple Choice (Single Answer)

Which of the following is not a built-in feature of Windows Server 2003?

  1. Unattended remote installations
  2. Active Server Pages
  3. DHCP Server
  4. All of the above are included in Windows Server 2003
Question 17 Multiple Choice (Single Answer)

Which of the following is not a reasonable size for a volume on a Windows Server 2003 server?

  1. 5 GB
  2. 50 GB
  3. 500 GB
  4. 5 TB
Question 18 Multiple Choice (Single Answer)

Which of the following is not a valid administrative tool?

  1. Computer Management
  2. Display Settings
  3. Local Security Policy
  4. Services
Question 19 Multiple Choice (Single Answer)

What is a difference between a service and a typical Windows application?

  1. A service requires more user input than an application
  2. An application runs in the background whereas a service is actively and readily apparent
  3. A service requires less user input than an application
  4. A service takes higher processing priority than applications
Question 20 Multiple Choice (Single Answer)

Which command do you type in the run dialog box to open Internet Information Services (IIS) Manager?

  1. inetmgr
  2. inetmgmt
  3. inetmgr.msc
  4. iismgr