최신Lpi LPIC-2 Exam 202, Part 2 of 2, version 4.5 (202-450 Deutsch Version) - 202-450 Deutsch무료샘플문제
문제1
Welche der folgenden Aussagen zum Pseudo-Dateisystem NFSv4 auf dem NFS-Server ist richtig?
Welche der folgenden Aussagen zum Pseudo-Dateisystem NFSv4 auf dem NFS-Server ist richtig?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
Welche der folgenden Zeichenfolgen kann bei Verwendung von mod_authz_core als Argument für Require in einer Apache HTTPD-Konfigurationsdatei verwendet werden, um den Authentifizierungsanbieter anzugeben? (Wählen Sie drei aus.)
Welche der folgenden Zeichenfolgen kann bei Verwendung von mod_authz_core als Argument für Require in einer Apache HTTPD-Konfigurationsdatei verwendet werden, um den Authentifizierungsanbieter anzugeben? (Wählen Sie drei aus.)
정답: B,C,D
설명: (ExamPassdump 회원만 볼 수 있음)
문제3
Wählen Sie die Alternative aus, die den richtigen Weg zum Deaktivieren einer Benutzeranmeldung für alle Benutzer außer root anzeigt.
Wählen Sie die Alternative aus, die den richtigen Weg zum Deaktivieren einer Benutzeranmeldung für alle Benutzer außer root anzeigt.
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
Eine Zonendatei enthält die folgenden Zeilen:

und ist in der BIND-Konfiguration mit dieser Konfigurationszeilengruppe enthalten:

Welches Problem ist in dieser Konfiguration enthalten?
Eine Zonendatei enthält die folgenden Zeilen:

und ist in der BIND-Konfiguration mit dieser Konfigurationszeilengruppe enthalten:

Welches Problem ist in dieser Konfiguration enthalten?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
Welches Konfigurationsschlüsselwort muss in der sshd-Konfigurationsdatei auf yes gesetzt werden, damit X-Verbindungen von oder über einen SSH-Server weitergeleitet werden können?
Welches Konfigurationsschlüsselwort muss in der sshd-Konfigurationsdatei auf yes gesetzt werden, damit X-Verbindungen von oder über einen SSH-Server weitergeleitet werden können?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
Auf einem Linux-Router wurde die Paketweiterleitung für IPv4 aktiviert. Nach einem Neustart leitet die Maschine keine IP-Pakete von anderen Hosts mehr weiter. Der Befehl:
echo 1 > /proc/sys/net/ipv4/ip_forward
behebt dieses Problem vorübergehend.
Welche der folgenden Optionen ist der beste Weg, um sicherzustellen, dass diese Einstellung bei Systemneustarts gespeichert wird?
Auf einem Linux-Router wurde die Paketweiterleitung für IPv4 aktiviert. Nach einem Neustart leitet die Maschine keine IP-Pakete von anderen Hosts mehr weiter. Der Befehl:
echo 1 > /proc/sys/net/ipv4/ip_forward
behebt dieses Problem vorübergehend.
Welche der folgenden Optionen ist der beste Weg, um sicherzustellen, dass diese Einstellung bei Systemneustarts gespeichert wird?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
Welcher doveadm-Unterbefehl zeigt eine Liste der Verbindungen von Dovecot im folgenden Format an? (Geben Sie NUR den Befehl ohne Parameter an.)

Welcher doveadm-Unterbefehl zeigt eine Liste der Verbindungen von Dovecot im folgenden Format an? (Geben Sie NUR den Befehl ohne Parameter an.)

정답:
who
Explanation:
The doveadm who sub-command shows information about the currently connected users and their sessions.
The output includes the following columns:
user: The username of the connected user.
ip: The IP address of the client.
port: The port number of the client.
service: The name of the Dovecot service, such as imap, pop3, lmtp, etc.
protocol: The protocol version used by the client, such as IMAP4rev1, POP3, etc.
pid: The process ID of the Dovecot process that handles the connection.
type: The type of the connection, such as tcp, ssl, etc.
state: The state of the connection, such as running, idle, etc.
since: The time when the connection was established.
References:
doveadm-who - Dovecot Wiki
LPIC-2 exam 202 objectives, topic 211.3, "Managing Mailbox Access"
Explanation:
The doveadm who sub-command shows information about the currently connected users and their sessions.
The output includes the following columns:
user: The username of the connected user.
ip: The IP address of the client.
port: The port number of the client.
service: The name of the Dovecot service, such as imap, pop3, lmtp, etc.
protocol: The protocol version used by the client, such as IMAP4rev1, POP3, etc.
pid: The process ID of the Dovecot process that handles the connection.
type: The type of the connection, such as tcp, ssl, etc.
state: The state of the connection, such as running, idle, etc.
since: The time when the connection was established.
References:
doveadm-who - Dovecot Wiki
LPIC-2 exam 202 objectives, topic 211.3, "Managing Mailbox Access"
문제8
In welcher CIFS-Freigabe müssen Druckertreiber platziert werden, um die Bereitstellung von Point'n'Print-Treibern unter Windows zu ermöglichen?
In welcher CIFS-Freigabe müssen Druckertreiber platziert werden, um die Bereitstellung von Point'n'Print-Treibern unter Windows zu ermöglichen?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
Welcher der folgenden Samba-Konfigurationsparameter ist funktional identisch mit dem Parameter read only=yes?
Welcher der folgenden Samba-Konfigurationsparameter ist funktional identisch mit dem Parameter read only=yes?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제10
Welcher Befehl erstellt ein SSH-Schlüsselpaar? (Geben Sie NUR den Befehl ohne Pfad oder Parameter an)
Welcher Befehl erstellt ein SSH-Schlüsselpaar? (Geben Sie NUR den Befehl ohne Pfad oder Parameter an)
정답:
ssh-keygen
Explanation:
The command that creates a SSH key pair is ssh-keygen. This command generates a public and a private key file that can be used for SSH authentication. The command can take various options to specify the algorithm, the file name, the passphrase, and other parameters for the key pair. For more information, see the web search results below or the man page of ssh-keygen.
How to Use ssh-keygen to Generate a New SSH Key?

Explanation:
The command that creates a SSH key pair is ssh-keygen. This command generates a public and a private key file that can be used for SSH authentication. The command can take various options to specify the algorithm, the file name, the passphrase, and other parameters for the key pair. For more information, see the web search results below or the man page of ssh-keygen.
How to Use ssh-keygen to Generate a New SSH Key?
