Lpi 102-500 Deutsch Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 102-500 Deutsch
  • Exam Name/Title: LPIC-1 Exam 102, Part 2 of 2, version 5.0 (102-500 Deutsch Version)
  • Certification Provider: Lpi
  • Corresponding Certification: LPIC Level1
  • Exam Questions: 236
  • Updated On: Sep 09, 2026
Welche der folgenden Voraussetzungen müssen erfüllt sein, um ein Shell-Skript wie einen regulären Befehl von einer beliebigen Stelle im Dateisystem ausführen zu können? (Wähle DREI richtige Antworten.)
Correct Answer: C,D,E Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Ein französischer Benutzer hat das französische Sprachpaket installiert, aber Währungen werden weiterhin mit einem führenden "$" in seinen Tabellen angezeigt. Was muss getan werden, um dies zu beheben?
Correct Answer: D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Welche der folgenden Dateien beeinflussen, falls vorhanden, das Verhalten der Bash-Shell? (Wähle ZWEI richtige Antworten.)
Correct Answer: C,D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Welche der folgenden nmcli-Unterbefehle gibt es? (Wähle zwei.)
Correct Answer: A,C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Sie müssen den CUPS-Drucker HPLaserjet4 anhalten und alle Druckaufträge mit einer Meldung abbrechen.
"Hallo". Welcher Befehl macht das?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Auf einem Linux-System mit aktivierten Shadow-Passwörtern enthält welche Datei im Dateisystem die Passwort-Hashes aller lokalen Benutzer? (Geben Sie den vollständigen Namen der Datei einschließlich des Pfads an.)
Correct Answer:
etcshadow
Explanation:
On a Linux system with shadow passwords enabled, the file that contains the password hashes of all local users is /etc/shadow. This file is a replacement for the password field in /etc/passwd, which is a world-readable file that contains basic information about users. The /etc/shadow file is not readable by regular users, and it stores the encrypted passwords (or hashes) of each user, along with other information such as password expiration dates, minimum and maximum password ages, and password warning periods. The /etc/shadow file has nine colon-delimited fields for each user:
Username: The name used when the user logs into the system.
Password: The encrypted password of the user, or a special character that indicates the password status. For example, an asterisk (*) means the account is locked, and an exclamation mark (!) means the password is expired.
Last Password Change: The date of the last password change, expressed as the number of days since January 1, 1970.
Minimum Password Age: The minimum number of days required between password changes. A zero means the password can be changed anytime.
Maximum Password Age: The maximum number of days the password is valid. After this number of days, the password must be changed. A zero means the password never expires.
Password Warning Period: The number of days before the password expires that the user will be warned. A zero means no warning is given.
Password Inactivity Period: The number of days after the password expires that the account will be disabled. A negative value means the account is never disabled.
Account Expiration Date: The date when the account will be disabled, expressed as the number of days since January 1, 1970. A zero means the account never expires.
Reserved Field: A field for future use.
The /etc/shadow file can be modified by using the commands passwd and chage, which are used to change the password and the password aging information of a user, respectively. The /etc/shadow file should not be edited directly, but always through the tools provided by the distribution. For more details, see the shadow manual page.
Reference:
LPIC-1 Exam 102 Objectives, Topic 110: Security, Subtopic 110.2: Use sudo to manage access to the root account, Weight: 2, Key Knowledge Areas: Configure sudo and sudoers. Use sudo to execute commands as another user.
LPIC-1 Exam 102 Learning Materials, Topic 110: Security, Subtopic 110.2: Use sudo to manage access to the root account, Section 110.2.1: sudo and sudoers, Page 3-5.
Welches der folgenden Altprogramme wird von CUPS zum Senden von Dateien an die Druckerwarteschlangen in der Befehlszeile bereitgestellt?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Welches Argument für die Option -type von find stimmt mit Dateien überein, die symbolische Links sind? (Geben Sie nur das Argument und keine anderen Optionen oder Wörter an.)
Correct Answer:
l
Explanation:
The -type option of the find command allows you to specify the type of file you want to search for. The argument l (lowercase L) will match files that are symbolic links, which are special files that point to another file or directory. Symbolic links are also known as soft links or symlinks. For example, the command find /home -type l will find all the symbolic links in the /home directory and its subdirectories.
0
0
0
10