You are on page 1of 8

Welcome to download the Newest 2passeasy 102-500 dumps

https://www.2passeasy.com/dumps/102-500/ (194 New Questions)

Exam Questions 102-500


LPIC-1 Exam 102 - Part 2 of 2 - version 5.0

https://www.2passeasy.com/dumps/102-500/

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 102-500 dumps
https://www.2passeasy.com/dumps/102-500/ (194 New Questions)

NEW QUESTION 1
- (Exam Topic 1)
Which command allows you to make a shell variable visible to subshells?

A. export $VARIABLE
B. export VARIABLE
C. set $VARIABLE
D. set VARIABLE
E. env VARIABLE

Answer: B

NEW QUESTION 2
- (Exam Topic 1)
How can the existing environment variable FOOBAR be suppressed for the execution of the script./myscript only?

A. unset -v FOOBAR;./myscript
B. set -a FOOBAR="";./myscript
C. env -u FOOBAR./myscript
D. env -i FOOBAR./myscript

Answer: C

NEW QUESTION 3
- (Exam Topic 1)
When the command echo $$ outputs 12942, what is the meaning of 12942?

A. It is the process ID of the echo command.


B. It is the process ID of the current shell.
C. It is the process ID of the last command executed.
D. It is the process ID of the last command which has been placed in the background.

Answer: B

NEW QUESTION 4
- (Exam Topic 2)
What is the purpose of a screen reader?

A. It reads text displayed on the screen to blind or visually impaired people.


B. It reads the parameters of the attached monitors and creates an appropriate X11 configuration.
C. It displays lines and markers to help people use speed reading techniques.
D. It manages and displays files that contain e-books.

Answer: A

NEW QUESTION 5
- (Exam Topic 2)
Why is the xhost program considered dangerous to use?

A. It makes it difficult to uniquely identify a computer on the network.


B. It allows easy access to your X server by other users.
C. It logs sensitive information to syslog.
D. It makes your computer share network resources without any authentication.
E. It is a graphical DNS tool with known exploits.

Answer: B

NEW QUESTION 6
- (Exam Topic 2)
Which of the following commands shows the current color depth of the X Server?

A. xcd
B. xcdepth
C. xwininfo
D. xcolordepth
E. cat /etc/X11

Answer: C

NEW QUESTION 7
- (Exam Topic 2)
Which of the following lines is an example of a correct setting for the DISPLAY environment variable?

A. hostname:displayname
B. hostname:displaynumber

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 102-500 dumps
https://www.2passeasy.com/dumps/102-500/ (194 New Questions)

C. hostname/displayname
D. hostname/displaynumber
E. hostname

Answer: B

NEW QUESTION 8
- (Exam Topic 2)
Which file used by XDM specifies the default wallpaper?

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

Answer: A

NEW QUESTION 9
- (Exam Topic 3)
Which of the following fields can be found in the /etc/group file? (Choose THREE correct answers.)

A. The list of users that belong to the group.


B. The home directory of the group.
C. The name of the group.
D. The description of the group.
E. The password of the group.

Answer: ACE

NEW QUESTION 10
- (Exam Topic 3)
On a system using shadowed passwords, the most correct permissions for /etc/passwd are _____ and the most correct permissions for /etc/shadow are ____.

A. -rw-r-----, -r--------
B. -rw-r--r--, -r--r--r--
C. -rw-r--r--, -r--------
D. -rw-r--rw-, -r-----r--
E. -rw-------, -r--------

Answer: C

NEW QUESTION 10
- (Exam Topic 3)
Which TWO statements about crontab are true?

A. Every user may have their own crontab.


B. Changing a crontab requires a reload/restart of the cron daemon.
C. The cron daemon reloads crontab files automatically when necessary.
D. hourly is the same as "0 * * * *".
E. A cron daemon must run for each existing crontab.

Answer: AC

NEW QUESTION 11
- (Exam Topic 3)
Of the ways listed, which is the best method to temporarily suspend a user's ability to interactively login?

A. Use passwd -d username to give the user an empty password.


B. Use chage to expire the user account.
C. Change the user's password.
D. Add the command exit to the user's .login file.

Answer: B

NEW QUESTION 16
- (Exam Topic 3)
Which of the following can the chage command NOT change?

A. The number of days since January 1, 1970 after which the user's account will no longer be accessible.
B. The number of days since January 1, 1970 after which the password can change.
C. The number of days since January 1, 1970 since the password was last changed.
D. The maximum number of days during which a password is valid.
E. The number of days of inactivity after a password has expired before the account is locked.

Answer: B

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 102-500 dumps
https://www.2passeasy.com/dumps/102-500/ (194 New Questions)

NEW QUESTION 20
- (Exam Topic 3)
Where are user specific crontabs stored?

A. In the database file /etc/crontab.db which is shared by all users.


B. As individual per-user files within /var/spool/cron.
C. As individual per-user files in /etc/cron.user.d.
D. In the .crontab file in the user's home directory.
E. In the file /var/cron/user-crontab which is shared by all users.

Answer: B

NEW QUESTION 23
- (Exam Topic 3)
What is the conventional purpose of Linux UIDs that are lower than 100?

A. They are reserved for super user accounts.


B. They are reserved for the system admin accounts.
C. They are reserved for system accounts.
D. They are unused, aside from 0, because they are targets of exploits.
E. They are used to match with GIDs in grouping users.

Answer: C

NEW QUESTION 26
- (Exam Topic 3)
What is true about the file /etc/localtime?

A. It is a plain text file containing a string such as Europe/Berlin.


B. It is created and maintained by the NTP service based on the geolocation of the system's IP address.
C. It is a symlink to /sys/device/clock/ltime and always contains the current local time.
D. It is either a symlink to or a copy of a timezone information file such as /usr/share/zoneinfo/Europe/Berlin.

Answer: D

NEW QUESTION 30
- (Exam Topic 3)
Which of the following files assigns a user to its primary group?

A. /etc/pgroup
B. /etc/shadow
C. /etc/group
D. /etc/passwd
E. /etc/gshadow

Answer: D

NEW QUESTION 34
- (Exam Topic 3)
Which of the following commands can remove a user from a group?

A. grouprm
B. groupmod
C. passwd
D. usergroups
E. usermod

Answer: E

NEW QUESTION 35
- (Exam Topic 4)
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?

A. cupsreject -c -r hello HPLaserjet4


B. cupsreject -p -m hello HPLaserjet4
C. cupsdisable -c -r hello HPLaserjet4
D. cupsdisable -p -m hello HPLaserjet4

Answer: C

NEW QUESTION 40
- (Exam Topic 4)
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.)

A. Mastered
B. Not Mastered

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 102-500 dumps
https://www.2passeasy.com/dumps/102-500/ (194 New Questions)

Answer: A

Explanation:
mailq, /usr/bin/mailq, sendmail -bp, /usr/sbin/sendmail -bp, /usr/lib/sendmail -bp, sendmail,
/usr/sbin/sendmail, /usr/lib/sendmail

NEW QUESTION 42
- (Exam Topic 5)
Which of the following details is NOT provided in any output from the netstat utility?

A. broadcast services
B. interface statistics
C. masquerading connections
D. network connections
E. routing tables

Answer: A

NEW QUESTION 44
- (Exam Topic 5)
Which of the following tools used for DNS debugging, reports not only the response from the name server but also details about the query?

A. dnsq
B. dig
C. hostname
D. dnslookup
E. zoneinfo

Answer: B

NEW QUESTION 45
- (Exam Topic 5)
Which of the following is true about IPv6?

A. With IPv6, the TCP port numbers of most services have changed.
B. IPv6 no longer supports broadcast addresses.
C. IPv4 addresses can be used without any change with IPv6.
D. IPv6 no longer supports multicast addresses.
E. For IPv6, UDP and TCP have been replaced by the Rapid Transmission Protocol RTP.

Answer: B

NEW QUESTION 47
- (Exam Topic 5)
What is the lowest numbered unprivileged TCP port? (Specify the number in digits only.)

A. Mastered
B. Not Mastered

Answer: A

Explanation:
1024

NEW QUESTION 48
- (Exam Topic 5)
Which keyword must be listed in the hosts option of the Name Service Switch configuration file in order to make host lookups consult the /etc/hosts file?

A. Mastered
B. Not Mastered

Answer: A

Explanation:
files

NEW QUESTION 50
- (Exam Topic 5)
Which of the following programs can be used to determine the routing path to a given destination?

A. dig
B. netstat
C. ping
D. route
E. traceroute

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 102-500 dumps
https://www.2passeasy.com/dumps/102-500/ (194 New Questions)

Answer: E

NEW QUESTION 51
- (Exam Topic 5)
With IPv6, how many bits have been used for the interface identifier of an unicast address? (Specify the number using digits only.)

A. Mastered
B. Not Mastered

Answer: A

Explanation:
64

NEW QUESTION 52
- (Exam Topic 6)
Which of the following programs uses the hosts.allow file to perform its main task of checking for access control restrictions to system services?

A. tcpd
B. inetd
C. fingerd
D. mountd
E. xinetd

Answer: A

NEW QUESTION 54
- (Exam Topic 6)
What argument to the -type option of find will match files that are symbolic links? (Specify only the argument and no other options or words.)

A. Mastered
B. Not Mastered

Answer: A

Explanation:
l

NEW QUESTION 57
- (Exam Topic 6)
Which configuration file would be edited to change default options for the OpenSSH server?

A. /etc/ssh/sshd_config
B. /etc/ssh/ssh
C. /etc/ssh/server
D. /etc/ssh/ssh_config
E. /etc/ssh/ssh_server

Answer: A

NEW QUESTION 59
- (Exam Topic 6)
What is a purpose of an SSH host key?

A. It must be sent by any SSH client in addition to a user key in order to identify the client's host.
B. It provides the server's identity information to connecting SSH clients.
C. It is the root key by which all user SSH keys must be signed.
D. It authenticates any user that logs into a remote machine from the key's host.
E. It is used by system services like cron, syslog or a backup job to automatically connect to remote hosts.

Answer: B

NEW QUESTION 63
- (Exam Topic 6)
Which of the following find commands will print out a list of files owned by root and with the SUID bit set in
/usr?

A. find /usr -uid 0 -perm +4000


B. find -user root +mode +s /usr
C. find -type suid -username root -d /usr
D. find /usr -ls \*s\* -u root
E. find /usr -suid -perm +4000

Answer: A

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 102-500 dumps
https://www.2passeasy.com/dumps/102-500/ (194 New Questions)

NEW QUESTION 66
- (Exam Topic 6)
Which of the following commands can be used to limit the amount of memory a user may use?

A. umask
B. usermod
C. ulimit
D. passwd
E. chage

Answer: C

NEW QUESTION 70
......

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 102-500 dumps
https://www.2passeasy.com/dumps/102-500/ (194 New Questions)

THANKS FOR TRYING THE DEMO OF OUR PRODUCT

Visit Our Site to Purchase the Full Set of Actual 102-500 Exam Questions With Answers.

We Also Provide Practice Exam Software That Simulates Real Exam Environment And Has Many Self-Assessment Features. Order the
102-500 Product From:

https://www.2passeasy.com/dumps/102-500/

Money Back Guarantee

102-500 Practice Exam Features:

* 102-500 Questions and Answers Updated Frequently

* 102-500 Practice Questions Verified by Expert Senior Certified Staff

* 102-500 Most Realistic Questions that Guarantee you a Pass on Your FirstTry

* 102-500 Practice Test Questions in Multiple Choice Formats and Updatesfor 1 Year

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Powered by TCPDF (www.tcpdf.org)

You might also like