[May-2022] Latest Lpi 102-500 Certification Practice Test Questions [Q116-Q139]

0 Comments

5/5 - (2 votes)

[May-2022] Latest Lpi 102-500 Certification Practice Test Questions

Verified 102-500 Dumps Q&As – 1 Year Free & Quickly Updates

LPI 102-500 Exam Syllabus Topics:

Topic Details

Shells and Shell Scripting

Customize and use the shell environment Weight: 4
Description: Candidates should be able to customize shell environments to meet users’ needs. Candidates should be able to modify global and user profiles.

Key Knowledge Areas:
Set environment variables (e.g. PATH) at login or when spawning a new shell.
-Write Bash functions for frequently used sequences of commands.
-Maintain skeleton directories for new user accounts.
-Set command search path with the proper directory.

The following is a partial list of the used files, terms and utilities:
.
source
-/etc/bash.bashrc
-/etc/profile
-env
-export
-set
-unset
-~/.bash_profile
-~/.bash_login
-~/.profile
-~/.bashrc
-~/.bash_logout
-function
-alias

Customize or write simple scripts Weight: 4
Description: Candidates should be able to customize existing scripts, or write simple new Bash scripts.

Key Knowledge Areas:
Use standard sh syntax (loops, tests).
-Use command substitution.
-Test return values for success or failure or other information provided by a command.
-Execute chained commands.
-Perform conditional mailing to the superuser.
-Correctly select the script interpreter through the shebang (#!) line.
-Manage the location, ownership, execution and suid-rights of scripts.

The following is a partial list of the used files, terms and utilities:
for
-while
-test
-if
-read
-seq
-exec
-||
-&&

User Interfaces and Desktops

Install and configure X11 Weight: 2
Description: Candidates should be able to install and configure X11.

Key Knowledge Areas:
Understanding of the X11 architecture.
-Basic understanding and knowledge of the X Window configuration file.
-Overwrite specific aspects of Xorg configuration, such as keyboard layout.
-Understand the components of desktop environments, such as display managers and window managers.
-Manage access to the X server and display applications on remote X servers.
-Awareness of Wayland.

The following is a partial list of the used files, terms and utilities:
/etc/X11/xorg.conf
-/etc/X11/xorg.conf.d/
-~/.xsession-errors
-xhost
-xauth
-DISPLAY
-X

Graphical Desktops Weight: 1Description: Candidates should be aware of major Linux desktops. Furthermore, candidates should be aware of protocols used to access remote desktop sessions.

Key Knowledge Areas:
Awareness of major desktop environments
-Awareness of protocols to access remote desktop sessions

The following is a partial list of the used files, terms and utilities:
KDE
-Gnome
-Xfce
-X11
-XDMCP
-VNC
-Spice
-RDP

Accessibility

Weight: 1
Description: Demonstrate knowledge and awareness of accessibility technologies.

Key Knowledge Areas:
Basic knowledge of visual settings and themes.
-Basic knowledge of assistive technology.

The following is a partial list of the used files, terms and utilities:
High Contrast/Large Print Desktop Themes.
-Screen Reader.
-Braille Display.
-Screen Magnifier.
-On-Screen Keyboard.
-Sticky/Repeat keys.
-Slow/Bounce/Toggle keys.
-Mouse keys.
-Gestures.
-Voice recognition.

Administrative Tasks

Manage user and group accounts and related system files

Weight: 5
Description: Candidates should be able to add, remove, suspend and change user accounts.

Key Knowledge Areas:
Add, modify and remove users and groups.
-Manage user/group info in password/group databases.
-Create and manage special purpose and limited accounts.

The following is a partial list of the used files, terms and utilities:
/etc/passwd
-/etc/shadow
-/etc/group
-/etc/skel/
-chage
-getent
-groupadd
-groupdel
-groupmod
-passwd
-useradd
-userdel
-usermod

Automate system administration tasks by scheduling jobs

Weight: 4
Description: Candidates should be able to use cron and systemd timers to run jobs at regular intervals and to use at to run jobs at a specific time.

Key Knowledge Areas:
Manage cron and at jobs.
-Configure user access to cron and at services.
-Understand systemd timer units.

The following is a partial list of the used files, terms and utilities:
/etc/cron.{d,daily,hourly,monthly,weekly}/
-/etc/at.deny
-/etc/at.allow
-/etc/crontab
-/etc/cron.allow
-/etc/cron.deny
-/var/spool/cron/
-crontab
-at
-atq
-atrm
-systemctl
-systemd-run

Localisation and internationalisation

Weight: 3
Description: Candidates should be able to localize a system in a different language than English. As well, an understanding of why LANG=C is useful when scripting.

Key Knowledge Areas:
Configure locale settings and environment variables.
-Configure timezone settings and environment variables.

The following is a partial list of the used files, terms and utilities:
/etc/timezone
-/etc/localtime
-/usr/share/zoneinfo/
-LC_*
-LC_ALL
-LANG
-TZ
-/usr/bin/locale
-tzselect
-timedatectl
-date
-iconv
-UTF-8
-ISO-8859
-ASCII
-Unicode

Essential System Services

Maintain system time

Weight: 3
Description: Candidates should be able to properly maintain the system time and synchronize the clock via NTP.

Key Knowledge Areas:
Set the system date and time.
-Set the hardware clock to the correct time in UTC.
-Configure the correct timezone.
-Basic NTP configuration using ntpd and chrony.
-Knowledge of using the pool.ntp.org service.
-Awareness of the ntpq command.

The following is a partial list of the used files, terms and utilities:
/usr/share/zoneinfo/
-/etc/timezone
-/etc/localtime
-/etc/ntp.conf
-/etc/chrony.conf
-date
-hwclock
-timedatectl
-ntpd
-ntpdate
-chronyc
-pool.ntp.org

 

QUESTION 116
Which of the following statements is true regarding systemd timer units?

 
 
 
 
 

QUESTION 117
Which character in the password field of /etc/passwd is used to indicate that the encrypted password is stored in /etc/shadow?

 
 
 
 
 

QUESTION 118
Which of the following commands configure network interfaces based on the system’s existing distributionspecific configuration files? (Choose two.)

 
 
 
 
 

QUESTION 119
FILL BLANK
Which command is used to set the hostname of the local system? (Specify only the command without any path or parameters.)

QUESTION 120
Which file, if present, must contain all users that are allowed to use the cron scheduling system? (Specify the full name of the file, including path.)

QUESTION 121
What is NOT contained in the locale setting of the operating system?

 
 
 
 

QUESTION 122
Which of the following connection types, as seen in nmcli connection show, may exist in NetworkManager? (Choose three.)

 
 
 
 
 

QUESTION 123
You need to pause the CUPS printer HPLaserjet4, and you want to cancel all print jobs with a message,
“hello”. Which command will do this?

 
 
 
 

QUESTION 124
Each entry in a crontab must end with what character?

 
 
 
 

QUESTION 125
On a regular users workstation the route command takes a long time before printing out the routing table.
Which of the following errors does that indicate?

 
 
 
 

QUESTION 126
An administrator wants to determine the geometry of a particular window in X, so she issues the __________
-metric command and then clicks on the window.

QUESTION 127
On a dual boot system, every time the system is booted back into Linux the time has been set backward by one day. Which of the following commands will correct the problem?

 
 
 
 

QUESTION 128
FILL BLANK
Which parameter is missing in the command
ip link set ____ dev eth0
to activate the previously inactive network interface eth0? (Specify the parameter only without any command, path or additional options.)

QUESTION 129
FILL BLANK
When using X11 forwarding in SSH, what environment variable is automatically set in the remote shell in order to help applications to connect to the correct X11 server? (Specify only the environment variable without any additional commands or values.)

QUESTION 130
Which of the following IPv4 networks are reserved by IANA for private address assignment and private routing? (Choose three.)

 
 
 
 
 

QUESTION 131
Which of the following protocols is designed to access the video card output of a virtual machine?

 
 
 
 
 

QUESTION 132
Which option in the chrony configuration file changes the initial interval of polls to a NTP server in order to speed up the initial synchronization?

 
 
 
 
 

QUESTION 133
Which of the following lines are valid in the file /etc/hosts? (Choose TWO correct answers.)

 
 
 
 
 

QUESTION 134
Which of the following states can NetworkManager show regarding the system’s network connectivity? (Choose two.)

 
 
 
 
 

QUESTION 135
Depending on a system’s configuration, which of the following files can be used to enable and disable network services running on this host?

 
 
 
 
 

QUESTION 136
Given the following routing table:

How would an outgoing packet to the destination 192.168.2.150 be handled?

 
 
 
 
 

QUESTION 137
Which configuration file would be edited to change the default options for outbound SSH sessions?

 
 
 
 
 

QUESTION 138
In which file, if present, must all users be listed that are allowed to use the cron scheduling system? (Specify the full name of the file, including path.)

QUESTION 139
After editing the TCP wrapper configuration to grant specific hosts access to a service, when do these changes become effective?

 
 
 
 
 

They say Linux is the backbone of the modern IT industry. So, if you are deliberating on having a career in system administration, why not opt for the LPI 102-500 exam then?

 

Latest 2022 Realistic Verified 102-500 Dumps – 100% Free 102-500 Exam Dumps: https://www.vcedumps.com/102-500-examcollection.html


Leave a Reply

Your email address will not be published. Required fields are marked *

Enter the text from the image below