Windows Server and Unix/Linux Command Basics
Covers Windows Server 2003 administration and fundamental Unix/Linux command-line operations
Questions
mkdir dirname --- make a new directory
- True
- False
cd dirname --- change directory.
- True
- False
pwd --- tells you where you currently are
- True
- False
ls -a --- lists all files, including the ones whose filenames begin in a dot, which you do not always want to see
- True
- False
more filename --- shows the first part of a file, just as much as will fit on one screen.
- True
- False
diff filename1 filename2 --- compares files, and shows where they differ
- True
- False
cp filename1 filename2 --- copies a file
- True
- False
grep string filename(s) --- looks for the string in the files.
- True
- False
mv filename1 filename2 --- moves a file (i.e. gives it a different name, or moves it into a different directory
- True
- False
Which Edition of windows server 2003 does not work as a domain controller.
- Web Edition
- Standard Edition
- Enterprise Edition
- Data centre edition
Can i rename Domain name or Net bios name in windows server 2003
- True
- False
Can i use GPMC in windows 2000 server.
- True
- False
Can i set Security permision for multiple user's properties in windows 2000 server.
- True
- False
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?
- \STORE\Classified
- \14.23.141.17\STORE\Classified
- \Classified\STORE
- \14.23.141.17\Classified
Which command allows you to view the IP configuration for all network adapters on a given server?
- Ipconfig /all
- Tcpipconfig /showall
- Tcpinconfig /all
- Ping /ipconfig –all
Which of the following is not a built-in feature of Windows Server 2003?
- Unattended remote installations
- Active Server Pages
- DHCP Server
- All of the above are included in Windows Server 2003
Which of the following is not a reasonable size for a volume on a Windows Server 2003 server?
- 5 GB
- 50 GB
- 500 GB
- 5 TB
Which of the following is not a valid administrative tool?
- Computer Management
- Display Settings
- Local Security Policy
- Services
What is a difference between a service and a typical Windows application?
- A service requires more user input than an application
- An application runs in the background whereas a service is actively and readily apparent
- A service requires less user input than an application
- A service takes higher processing priority than applications
Which command do you type in the run dialog box to open Internet Information Services (IIS) Manager?
- inetmgr
- inetmgmt
- inetmgr.msc
- iismgr