[2024] Use Valid Exam 102-500 by ExamTorrent Books For Free Website [Q52-Q76]

Share

[2024] Use Valid Exam 102-500 by ExamTorrent Books For Free Website

Free LPIC Level1 102-500 Official Cert Guide PDF Download


Lpi 102-500 exam is an essential certification exam for IT professionals who want to validate their skills and knowledge in Linux system administration. It is a challenging exam that requires a thorough understanding of Linux system administration, and passing it demonstrates a candidate's proficiency in advanced system administration tasks. Candidates who pass the exam earn the LPIC-1 certification, which is a valuable credential for Linux professionals seeking to advance their careers.

 

NEW QUESTION # 52
FILL BLANK
Which command is used to sync the hardware clock to the system clock? (Specify only the command without any path or parameters.)

Answer:

Explanation:
hwclock


NEW QUESTION # 53
Which of the commands below might have produced the following output?

  • A. dig -t a www.example.org
  • B. dig -t mx www.example.org
  • C. dig -t ns www.example.org
  • D. dig www.example.org
  • E. dig -t soa www.example.org

Answer: D


NEW QUESTION # 54
Which of the following SQL statements will select the fields name and address from the contacts table?

  • A. SELECT name, address FROM contacts;
  • B. SELECT (name address) FROM contacts;
  • C. SELECT name address FROM contacts;
  • D. SELECT (name, address) FROM contacts;

Answer: A


NEW QUESTION # 55
Which standardized TCP port is used by HTTPS services?

  • A. 0
  • B. 1
  • C. 2
  • D. 3
  • E. 4

Answer: D


NEW QUESTION # 56
What is the main difference between the batch and at commands?

  • A. The at command reads commands from standard input. The batch command requires a command line argument.
  • B. The batch command will run multiple times.The at command will only run once.
  • C. The at command e-mails results to the user. The batch command logs results to syslog.
  • D. The batch command will run when system load is low. The at command runs at a specific time.

Answer: D


NEW QUESTION # 57
Which of the following is the best way to list all defined shell variables?

  • A. set
  • B. env -a
  • C. echo $ENV
  • D. env

Answer: A


NEW QUESTION # 58
In an xinetd configuration file, which attribute specifies the network address that will be used to provide the service?

Answer:

Explanation:
bind


NEW QUESTION # 59
Which of the following files is not read directly by a Bash login shell?

  • A. ~/.profile
  • B. ~/.bash_profile
  • C. ~/.bashrc
  • D. /etc/profile
  • E. ~/.bash_login

Answer: C


NEW QUESTION # 60
Your senior administrator asked you to change the default background of his machine, which uses XDM. Which file would you edit to achieve this?

  • A. /etc/X11/xdm/Xsetup
  • B. /etc/X11/xdm.conf
  • C. /etc/X11/xdm/Defaults
  • D. /etc/X11/defaults.conf

Answer: A


NEW QUESTION # 61
Which of the following options in the chrony configuration file define remote time sources? (Choose two.)

  • A. clock
  • B. source
  • C. remote
  • D. server
  • E. pool

Answer: D,E


NEW QUESTION # 62
What is true about the Hop Limit field in the IPv6 header?

  • A. The field is not changed during the transport of a package.
  • B. The field is transmitted within a hop-by-hop extension header.
  • C. Each router forwarding the packet increases the field's value.
  • D. For multicast packages, the field's value is always 1.
  • E. Each router forwarding the packet decreases the field's value.

Answer: E


NEW QUESTION # 63
Which of the following information is stored in /etc/shadow for each user?

  • A. The path to the user's home directory
  • B. The timestamp of the user's last login
  • C. The user's private SSH keys
  • D. The hashed password of the user
  • E. The numerical user ID (UID)

Answer: D


NEW QUESTION # 64
Which of the following commands displays all environment and shell variables?
getargs

  • A. lsshell
  • B. lsenv
  • C. ls
  • D. env

Answer: A


NEW QUESTION # 65
Which of the following keywords can be used in the file /etc/resolv/conf? (Choose two.)

  • A. nameserver
  • B. method
  • C. substitute
  • D. lookup
  • E. search

Answer: A,E


NEW QUESTION # 66
Which of the following keywords can be used in the file /etc/nsswitch.conf to specify a source for host name lookups? (Choose TWO correct answers.)

  • A. files
  • B. remote
  • C. resolv
  • D. dns
  • E. hosts

Answer: A,D


NEW QUESTION # 67
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 router 192.168.1.1 on eth0.
  • B. It would be directly transmitted on the device eth0.
  • C. It would be passed to the default router 192.168.178.1 on wlan0.
  • D. It would be passed to the default router 255.255.255.0 on eth0.
  • E. It would be directly transmitted on the device wlan0.

Answer: A


NEW QUESTION # 68
When the command echo $ outputs 1, which of the following statements is true?

  • A. It is the process ID of the current shell.
  • B. It is the exit value of the echo command.
  • C. It is the process ID of the echo command.
  • D. It is the exit value of the command executed immediately before echo.

Answer: D


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

  • A. bridge
  • B. ethernet
  • C. wifi
  • D. ipv6
  • E. tcp

Answer: A,B,C


NEW QUESTION # 70
Which of the following parameters are used for journalctl to limit the time frame of the output?
(Choose two.)

  • A. --date=
  • B. --until=
  • C. --upto=
  • D. --since=
  • E. --from=

Answer: B,D


NEW QUESTION # 71
You are a junior administrator of a high-traffic production web server. Which of the following commands would you run to restart the Apache web service without aborting existing connections?

  • A. apachectl graceful
  • B. apachectl reload
  • C. apachectl -k stop; apachectl start
  • D. /etc/init.d/httpd reload
  • E. apachectl restart

Answer: A


NEW QUESTION # 72
Which of the following are syslog facilities? (Choose two.)

  • A. postmaster
  • B. remote
  • C. accounting
  • D. mail
  • E. local5

Answer: D,E


NEW QUESTION # 73
Which of the following commands can be used to display the local routing table? (Choose TWO correct answers.)

  • A. ifconfig
  • B. route
  • C. netstat
  • D. dig
  • E. trackroute

Answer: B,C


NEW QUESTION # 74
FILL BLANK
Which command included in systemd supports selecting messages from the systemd journal by criteria such as time or unit name? (Specify only the command without any path or parameters.)

Answer:

Explanation:
journalctl


NEW QUESTION # 75
Which of the following statements is valid in the file /etc/nsswitch.conf?

  • A. include /etc/nsswitch.d/
  • B. namespaces: net mount procs
  • C. 192.168.168.4 dns-server
  • D. multi on
  • E. hosts: files dns

Answer: E


NEW QUESTION # 76
......

Lpi 102-500 Official Cert Guide PDF: https://www.examtorrent.com/102-500-valid-vce-dumps.html

Exam 102-500: LPIC-1 Exam 102, Part 2 of 2, version 5.0 - ExamTorrent: https://drive.google.com/open?id=1GJH8GRNcYXrhOvIlrMsZjcHffCgPT_zf