linux ch13 Flashcards

1
Q

All DNS servers contain a DNS cache file.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

By default, the smb.conf file shares all printers and home directories for recognized Windows users.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The Very Secure FTP daemon is a stand-alone daemon.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The use of NFS is less common than the use of FTP to transfer files on public networks.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When connecting to the vsftpd daemon using an FTP client utility as the user “anonymous”, you will be placed in the root user’s home directory.

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In the DHCP lease process, halfway through the time period specified by its lease the DHCP client will send a(n) DHCPDISCOVER packet to its DHCP server to renew its IP configuration.

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

During the DNS lookup process, if the ISP DNS server has recently resolved the FQDN and placed the result in its local DNS cache, you receive the response immediately (called a(n) recursive query).

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Each computer that participates in NIS belongs to an NIS domain and uses a(n) NIS map for accessing certain information rather than using the local configuration file.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In NFS, one computer shares a certain directory in the directory tree by placing the name of that directory in the /etc/imports file.

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The Sendmail daemon on Fedora 13 is configured by default to accept e-mail on TCP port 100 and route it to the appropriate user on the Linux system.

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

____ servers resolve fully qualified domain names to IP addresses for a certain namespace on the Internet.

A

DNS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The ____ zone configuration file contains a PTR record used to identify the loopback adapter.

A

3) /var/named/named.local

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

NTP uses port ____.

A

UDP 123

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In NTP, stratum ____ consists of atomic devices or GPS clocks.

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Apache daemon listens for HTTP requests on port ____.

A

TCP 80

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The ____ httpd.conf directive specifies that the index.html file in the document root directory will be sent to clients who request an HTML document.

A

DirectoryIndex index.html

17
Q

The ____ command can be used in the BASH prompt to obtain a Web page from the Apache server.

A

curl

18
Q

NetBIOS names can be up to ____ characters long.

A

15

19
Q

The ____ ftp utility command uploads the filename from the current directory on the local computer to the current directory on the remote computer, and allows the use of wildcard metacharacters to specify the filename.

A

mput filename

20
Q

The ____ ftp utility command runs a shell on the local computer.

A

!

21
Q

Client computers can retrieve e-mail from e-mail servers via ____ or ____.

A

POP;IMAP

22
Q

When working with Sendmail, you can use the ____ command to test SMTP support.

A

HELO

23
Q

When working with Sendmail, if you modify the /etc/aliases file, you need to run the ____ command to rebuild the aliases database

A

newaliases

24
Q

Databases store information in the form of ____, each of which contains ____.

A

tables; records

25
Q

The ____ SQL statement is used to delete a database.

A

DROP DATABASE

26
Q

The ____ PostgreSQL command-line utility backs up PostgreSQL database settings.

A

pg_dump

27
Q

Can the passwd command be used to let NIS clients change their NIS password?

A

no

28
Q

Is Apache is the world’s most common Web server?

A

y

29
Q

Is the Washington University FTP daemon (wu-ftpd) used on most Linux systems today?

A

n

30
Q

Do Web browsers typically have a built-in FTP utility?

A

y

31
Q

Is Postfix the default e-mail daemon on most Linux systems?

A

n