operating systems Online Quiz - 15
Questions covering Linux/Unix and Windows Server 2003 system administration, including file systems, commands, Active Directory, and system configuration.
Questions
OBP is an abbreviation of
- Open Boot PROM
- Open Boot Parameter
- Open Source Boot
- Open Boot Process
"devfsadm" command can be used to Scan for new devices to the system?
- True
- False
Command to configure default gateway:
- route add default
- add route
- add gateway default
- router add default
How to remove metadevice?
- rm -rf d7
- metaclear d7
- metadel d7
- metarm d7
"mpstat 2" command can be used to view per-processor statistics, refreshed every 2 seconds
- True
- False
How to remove all host specic conguration from the system
- rm -rf
- sys-unconfig
- reboot
- rm /etc/system
Which is the run comand for installing the active directory?
- ads.msc
- dcpromo
- activedirectory
- adservice
Which is the command to go to active directory users and coputers?
- adcsers.msc
- usrncomp.msc
- dsa.msc
- computers.msc
Which is not a domain wide role?
- rid master
- infrastructure master
- domain naming master
- pdc emulator
which is the command to get remote connection?
- remote
- mstsc
- remoteaccess
- terminal
which is the port number used for LDAP?
- 23
- 443
- 389
- 80
which is the database file for active directory?
- ADSDT.dit
- NTDS.dit
- NTLDR
- Boot.ini
what is the other name of windows server 2003?
- ms2003
- win2k3
- win2k
- server2003
windows server 2003 does not support active system recovery
- True
- False
which is NOT an edition of windows server 2003?
- Web Edition
- Ultimate
- Data Center
- Enterprise
Server 2003 web edition does not support Terminal services
- True
- False
Currently working in a directory containing only one file, Afile1. What is displayed after the following commands are entered in bash? # MYVAR=ls # echo $MYVAR "$MYVAR" '$MYVAR' '$MYVAR'
- ls Afile1 Afile1 Afile1
- ls ls $MYVAR Afile1
- ls ls ls $MYVAR
- Afile1 Afile1 Afile1 Afile1
If you type the command cat dog & > cat what would you see on your display? Choose one:
- Any error messages only.
- the contents of the file dog and any error messages.
- Nothing as all output is saved to the file cat.
- The contents of the file dog.
You have a new application on a CD-ROM that you wish to install. What should your first step be? Choose one:
- Use the mount command to mount your CD-ROM as read-write.
- Use the umount command to access your CD-ROM.
- use the mount command to mount your CD-ROM as read-only.
- Read the installation instructions on the CD-ROM.
Of the following directories, which one is the most important to back up on a routine basis?
- /var
- /etc
- /root
- /tmp