Lpi LPIC-1 Exam 102, Part 2 of 2, version 5.0 (102-500 Deutsch Version) - 102-500 Deutsch Exam Practice Test
Welche der folgenden Situationen wird von einem NTP-Client beobachtet und korrigiert?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Was ist wahr in Bezug auf den Befehl userdel --force --remove bob? (Wähle ZWEI richtige Antworten.)
Correct Answer: A,B
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Welcher der aufgeführten Wege ist der beste Weg, um die interaktive Anmeldung eines einzelnen Benutzers vorübergehend zu unterbrechen?
Correct Answer: A
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
In welchem Verzeichnis in / etc wird eine Beispielkopie von Dateien und Verzeichnissen gespeichert, wenn ein neuer Benutzer ein Basisverzeichnis erstellt hat? (Bitte geben Sie den vollständigen Pfad an)
Correct Answer:
etcskeletcskel
Explanation:
The /etc/skel directory is used to keep a sample copy of files and directories for when a new user has a home directory created. The /etc/skel directory contains files and directories that are automatically copied over to a new user's home directory when such user is created by the useradd or adduser command. The /etc/skel directory allows the system administrator to create a standard environment for all new users on the system. For example, the /etc/skel directory may contain a default .bashrc file that sets some aliases and environment variables for the new user, or a default .profile file that executes some commands at login. The /etc/skel directory may also contain subdirectories such as .ssh or .config that store configuration files for various applications or services. The name /etc/skel comes from the word "skeleton", as it provides a basic structure for the new user's home directory. Reference:
[Linux User Administration]
[Linux Directory Structure]
Explanation:
The /etc/skel directory is used to keep a sample copy of files and directories for when a new user has a home directory created. The /etc/skel directory contains files and directories that are automatically copied over to a new user's home directory when such user is created by the useradd or adduser command. The /etc/skel directory allows the system administrator to create a standard environment for all new users on the system. For example, the /etc/skel directory may contain a default .bashrc file that sets some aliases and environment variables for the new user, or a default .profile file that executes some commands at login. The /etc/skel directory may also contain subdirectories such as .ssh or .config that store configuration files for various applications or services. The name /etc/skel comes from the word "skeleton", as it provides a basic structure for the new user's home directory. Reference:
[Linux User Administration]
[Linux Directory Structure]
Welche der folgenden Konfigurationsdateien sollte geändert werden, um Standard-Shell-Variablen für alle Benutzer festzulegen?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Nach der Ausstellung:
Funktion myfunction {echo $ 1 $ 2; }
In Bash bewirkt die Ausgabe Folgendes:
Meine Funktion A B C
Produzieren?
Funktion myfunction {echo $ 1 $ 2; }
In Bash bewirkt die Ausgabe Folgendes:
Meine Funktion A B C
Produzieren?
Correct Answer: A
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Welcher der folgenden Befehle zeigt eine Liste der Aufträge in der Druckwarteschlange an? (Wählen Sie ZWEI richtige Antworten.)
Correct Answer: D,E
Vote an answer
Welcher Befehl setzt die Zeitzone des lokalen Computers auf UTC?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Auf einer Maschine, auf der mehrere X-Server laufen. Wie identifizieren Programme die verschiedenen Instanzen des X11-Servers?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).