Andi Blu
2013-05-04 06:41:31 UTC
NFS can be used to share files natively with computers running the Microsoft Windows operating system. True or False?
(6pts)
True
False
2)
Which file stores the Apache configuration in Fedora 13?
(6pts)
/etc/apache/httpd.conf
/etc/apache.conf
/etc/htpd.conf
/etc/httpd/conf/httpd.conf
3)
Which DNS resource is an alias to other records
(6pts)
A
AAAA
CNAME
NS
4)
NIS clients use NIS records to access their configuration information. True or False
(6pts)
True
False
5)
Which command can be used to connect to check the /etc/samba/smb.conf file for syntax errors
(6pts)
apachect1
sambact1
testparm
psq1
6)
You have modified the /etc/aliases file to include a new email alias. However, when you send email to the alias, it can not be delivered. What should you do.
(5pts)
Add the line to the /etc/aliases.db file instead
run the newaliases command
restart the sendmail daemon
log out of the system and then log back into the system and resend the e-mail
7)
Which command within the command line FTP utility can be used to change the current directory on the local computer
(5pts)
cd
dir
lcd
get
8)
You have opened a telnet session on port 25 with your e-mail server. What command can you type within you telnet session to start an email session (choose all that apply)
(5pts)
START
HELO
EHLO
WAZUP
9)
Which of the following must you perform to share a directory using NFS? (choose all that apply)
(5pts)
Edit the /etc/exports file
Mount the directory to the /etc/exports directory using the mount command
run the exportfs -a command
Start or restart the NFS daemons
10)
DHCP clients send a DHCPREQUEST packet when they require a new IP configuration. True or False?
(5pts)
True
False
11)
Which command can be used to connect to a remote Windows share called data on the server called fileserver?
(5pts)
smbclient -L fileserver:data
smbclient -L //fileserver/data
smbclient //fileserver/data
smbclient \\fileserver\data
12)
The lines within the Apache configuration file that modify the functionality of the Apache server are called directives. True or False?
(5pts)
True
False
13)
Which of the following can be used to create a database within PostgreSQL (choose all that apply)
(5pts)
The CREATE DATABASE statement within the PostgreSQL utility.
The ADD DATABASE statement within the PostgreSQL utility
The adddb command
The createdb command
14)
Stratum 1 NTP servers do not obtain time information from other NTP servers. True or False?
(5pts)
True
False
15)
What must you do in order to become a DNS server? (choose all that apply)
(5pts)
Create zone files
Create resource records for DNS lookups
Create NIS maps
Run the name daemon (named)
16)
What directory are you placed in when you log in as the anonymous user to a Fedora 13 FTP server?
(5pts)
/var/ftp
/var/www/ftp
/home/anonymous
/var/ftp/pub
17)
Postfix is an email server daemon that is easier to configure compared to the Sendmail email daemon. True or False
(5pts)
True
False
18)
Which SQL statement keyword can be used to delete a record within a table?
(5pts)
DELETE
DROP
REMOVE
CLEAR
19)
Which command can be used to synchronize your computer with an NTP time source
(0pts)
ntp
ntpquery
ntpq
hwclock
20)
Mary is a system administrator in your organization. She has recently made changes to the DHCP configuration file, but the DHCP daemon does not seem to recognize the new changes. What should she do
(5pts)
Log in as the root user and reedit the configuration file
Run the dhcpconf command to edit the configuration file.
Restart the DHCP daemon
Restart the xinetd daemon