[UPDATED 2024] 102-500 dumps Free Test Engine Verified By Certified Experts
Realistic 102-500 Accurate & Verified Answers As Experienced in the Actual Test!
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?
The LPIC-1 certification exam is divided into two parts, and the 102-500 exam is the second part of the certification process. To be eligible to take the 102-500 exam, candidates must first pass the 101-500 exam. The 102-500 exam covers more advanced topics in Linux system administration, including system maintenance, troubleshooting, and automation. 102-500 exam consists of 60 multiple-choice and fill-in-the-blank questions, and candidates have 90 minutes to complete it.
NEW QUESTION # 75
What is true about the ntpdate command?
- A. It queries one or more NTP time servers and adjusts the system time accordingly.
- B. It sends the local system time to one or many remote NTP time servers for redistribution.
- C. It can be used by any user to set the user clock independently of the system clock.
- D. It is the primary management command for the NTP time server.
- E. It updates the local system's date (i.e. day, month and year) but not the time (i.e. hours, minutes, seconds).
Answer: A
NEW QUESTION # 76
Which of the following is NOT a Mail Transport Agent?
- A. mail
- B. exim
- C. postfix
- D. qmail
- E. sendmail
Answer: A
NEW QUESTION # 77
Which of the following commands display a list of jobs in the print queue? (Choose two.)
- A. cups --list
- B. lprm -l
- C. lpq
- D. lpr -q
- E. lpstat
Answer: C,E
NEW QUESTION # 78
Which command is used to add an empty group to the system? (Specify ONLY the command without any path or parameters.)
Answer:
Explanation:
groupadd, /usr/sbin/groupadd
NEW QUESTION # 79
What is the conventional purpose of Linux UIDs that are lower than 100?
- A. They are unused, aside from 0, because they are targets of exploits.
- B. They are used to match with GIDs in grouping users.
- C. They are reserved for system accounts.
- D. They are reserved for super user accounts.
- E. They are reserved for the system admin accounts.
Answer: C
NEW QUESTION # 80
Which of the following crontab entries will execute myscript at 30 minutes past every hour on Sundays?
- A. 30 0-23 * * 0 myscript
- B. 30 0 * * 0 myscript
- C. 0 * * * 30 myscript
- D. 0 0-23 * * 30 myscript
- E. 30 * * * 6 myscript
Answer: A
NEW QUESTION # 81
Which of the following details is NOT provided in any output from the netstat utility?
- A. interface statistics
- B. routing tables
- C. network connections
- D. masquerading connections
- E. broadcast services
Answer: E
NEW QUESTION # 82
After configuring printing on a Linux server, the administrator sends a test file to one of the printers and it fails to print. What command can be used to display the status of the printer's queue? (Specify ONLY the command without any path or parameters.)
Answer:
Explanation:
lpq, /usr/bin/lpq, lpstat, /usr/bin/lpstat
NEW QUESTION # 83
Given the following excerpt of the sudoconfiguration:
jane ANY=NOPASSWD: /bin/kill, /bin/id, PASSWD: /sbin/fdisk
Which of the following statements are true? (Choose three.)
- A. Jane can run /bin/idonly after specifying her password.
- B. Jane can run /sbin/fdiskafter specifying her password.
- C. Jane can run /bin/killwithout specifying a password.
- D. Jane can run /bin/idwithout specifying her password.
- E. Jane can run /sbin/fdisk after specifying root's password.
Answer: B,C,D
NEW QUESTION # 84
Which of the following protocols is related to the term open relay?
- A. LDAP
- B. POP3
- C. NTP
- D. IMAP
- E. SMTP
Answer: E
NEW QUESTION # 85
Which file, when using Sendmail or a similar MTA system, will allow a user to redirect all their mail to another address and is configurable by the user themselves?
- A. ~/.alias
- B. /etc/mail/forwarders
- C. /etc/alias
- D. ~/.vacation
- E. ~/.forward
Answer: E
NEW QUESTION # 86
Given the following excerpt of the sudo configuration:
jane ANY=NOPASSWD: /bin/kill, /bin/id, PASSWD: /sbin/fdisk
Which of the following statements are true? (Choose three.)
- A. Jane can run /bin/id only after specifying her password.
- B. Jane can run /bin/id without specifying her password.
- C. Jane can run /sbin/fdisk after specifying her password.
- D. Jane can run /bin/kill without specifying a password.
- E. Jane can run /sbin/fdisk after specifying root's password.
Answer: B,C,D
NEW QUESTION # 87
On a system using systemd-journald, which of the following commands add the message Howdy to the system log? (Choose two.)
- A. logger Howdy
- B. echo Howdy > /dev/journal
- C. journalctl add Howdy
- D. systemd-cat echo Howdy
- E. append Howdy
Answer: C
NEW QUESTION # 88
Given the following routing table:
How would an outgoing packet to the destination 192.168.2.150 be handled?
- A. It would be passed to the default router 255.255.255.0 on eth0.
- B. It would be passed to the default router 192.168.178.1 on wlan0.
- C. It would be passed to the router 192.168.1.1 on eth0.
- D. It would be directly transmitted on the device wlan0.
- E. It would be directly transmitted on the device eth0.
Answer: C
NEW QUESTION # 89
Which command is used to set restrictions on the size of a core file that is created for a user when a program crashes?
- A. ktrace
- B. quota
- C. edquota
- D. core
- E. ulimit
Answer: E
NEW QUESTION # 90
FILL BLANK
What is the top-level directory which contains the configuration files for CUPS? (Specify the full path to the directory.)
Answer:
Explanation:
/etc/cups/ cups-files.conf
NEW QUESTION # 91
How can a specific user be prevented from scheduling tasks with at?
- A. By adding the specific user to the nojobs group.
- B. By adding the specific user to the [deny] section in the /etc/atd.conf file.
- C. By adding the specific user to the /etc/at.allow file.
- D. By adding the specific user to the /etc/at.deny file.
- E. By executing the atd --deny [user] command.
Answer: D
NEW QUESTION # 92
Which of the following comparison operators for test work on elements in the file system?
(Choose two.)
- A. -f
- B. -it
- C. -d
- D. -z
- E. -eq
Answer: A,C
NEW QUESTION # 93
Which command, available with all MTAs, is used to list the contents of the MTA's mail queue? (Specify ONLY the command without any path or parameters.)
Answer:
Explanation:
mailq, /usr/bin/mailq, sendmail -bp, /usr/sbin/sendmail -bp, /usr/lib/sendmail -bp, sendmail, /usr/sbin/sendmail, /usr/lib/sendmail
NEW QUESTION # 94
If an alias ls exists, which of the following commands updates the alias to point to the command ls -l instead of the alias's current target?
- A. alias ls='ls -l'
- B. alias --force ls='ls -l'
- C. realias ls='ls -l'
- D. set ls='ls -l'
- E. alias --update ls ls='ls -l'
Answer: A
NEW QUESTION # 95
What of the following can be done by the command ifconfig? (Choose TWO correct answers.)
- A. Specify the kernel module to be used with a network interface.
- B. Allow regular users to change the network configuration of a network interface.
- C. Set a network interface active or inactive.
- D. Specify which network services are available on a network interface.
- E. Change the netmask used on a network interface.
Answer: C,E
NEW QUESTION # 96
What information is shown by the echo $? command?
- A. The process ID of the echo command.
- B. The process ID which will be used for the next command.
- C. The exit value of the echo command.
- D. The exit value of the command executed immediately before echo.
- E. The process ID of the current shell.
Answer: D
NEW QUESTION # 97
What is true regarding the command userdel --force --remove bob? (Choose TWO correct answers.)
- A. In case bob was the last member of a group, that group is deleted.
- B. The locate database is updated to drop files owned by bob.
- C. All files owned by bob are remove from all mounted filesystems.
- D. The user bob's home directory is removed.
- E. The user bob is removed from the system's user database.
Answer: D,E
NEW QUESTION # 98
Which of the following fields are available in both the global /etc/crontab file as well as in user-specific crontab files? (Select TWO correct answers)
- A. Command
- B. Minute
- C. Year
- D. Username
Answer: A,B
NEW QUESTION # 99
Suppose that the command netstat -a hangs for a long time without producing output. You might suspect:
- A. A problem with routing.
- B. A problem with NIS.
- C. A problem with DNS.
- D. A problem with NFS.
- E. That the netstat daemon has crashed.
Answer: C
NEW QUESTION # 100
......
Latest Lpi 102-500 Practice Test Questions: https://www.free4torrent.com/102-500-braindumps-torrent.html
Aug-2024 Pass Lpi 102-500 Exam in First Attempt Easily: https://drive.google.com/open?id=1F1Imeg8Lu28pcQiwnCZj1apXKBX6BAO7