Question:
I need help in Linux?
Andi Blu
2013-05-04 06:41:31 UTC
1)
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
Four answers:
UbuntuFanatic
2013-05-04 09:03:17 UTC
haha not helping. It looks like your prof is basing things off of Fedora?



Install it in a VM if you're into MS Windows, and try those. These commands will help you greatly find your answers.



In a Linux Terminal:



As root:

---------------

updatedb && locate *** | grep ^^^

---------------

Locate any file where *** is characters in file name and ^^^ are characters in file names that you want to see.





other useful commands



cd

ls

ls -A



pipe lining into grep can help narrow searches, is



locate fondu | grep /usr/bin



that would only show results with the name "fondu" in the title, and only in directory /usr/bin.



If you found a file and you want to see what's in it:



cat file.name



or if you want to see certain lines with something in it, pipeline to grep.





Everything else you can do with a Fedora install. Have fun man, Linux is a blast.
floopie
2014-04-11 13:52:56 UTC
1. False

2. D

3. C

4. False

5. A

6. B

7. C

8. B,C

9. A,C,D

10. True

11. C

12. True

13. A,D

14. True

15. A,D

16. A

17. True

18. A

19. D

20. D
Gregory
2013-05-04 06:47:59 UTC
Do your own homework!
2013-05-07 03:49:58 UTC
true.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...