Q1. CORRECT TEXT - (Topic 5)
Which port is the default server port for the HTTPS protocol? (Specify the port number using digits.)
Answer: 443
Q2. - (Topic 1)
Which command makes the shell variable named VARIABLE visible to subshells?
A. export $VARIABLE
B. export VARIABLE
C. set $VARIABLE
D. set VARIABLE
E. env VARIABLE
Answer: B
Q3. CORRECT TEXT - (Topic 6)
On a Linux system with shadow passwords enabled, which file in the file system contains the password hashes of all local users? (Specify the full name of the file, including path.)
Answer: /etc/shadow
Q4. - (Topic 4)
Why is the correct configuration of a system's time zone important?
A. Because the conversion of Unix timestamps to local time relies on the time zone configuration.
B. Because the time zone is saved as part of the modification times of files and cannot be changed after a file is created.
C. Because the environment variables LANG and LC_MESSAGES are, by default, set according to the time zone.
D. Because NTP chooses servers nearby based on the configured time zone.
Answer: A
Q5. - (Topic 4)
Which of the following are syslog facilities? (Choose TWO correct answers.)
A. local7
B. mail
C. advanced
D. postmaster
E. remote
Answer: A,B
Q6. - (Topic 1)
Which of the following are requirements in order to run a shell script like a regular command from anywhere in the filesystem? (Choose THREE correct answers.)
A. The user issuing the command must be in the group script.
B. The script file must be found in the $PATH.
C. The script file must have the executable permission bit set.
D. The script must begin with a shebang-line (#!) that points to the correct interpreter.
E. The file system on which the script resides must be mounted with the option scripts.
Answer: B,C,D
Q7. - (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: A,C,E
Q8. - (Topic 4)
Which of the following is a legacy program provided by CUPS for sending files to the printer queues on the command line?
A. lpd
B. lpp
C. lpq
D. lpr
Answer: D
Q9. - (Topic 5)
What is the purpose of the nsswitch.conf file?
A. It is used to configure where the C library looks for system information such as host names and user passwords.
B. It is used to configure network protocol port numbers such as for HTTP or SMTP.
C. It is used to configure LDAP authentication services for the local system.
D. It is used to configure which network services will be turned on during the next system boot.
Answer: A
Q10. - (Topic 2)
For accessibility assistance, which of the following programs is an on-screen keyboard?
A. xkb
B. atkb
C. GOK
D. xOSK
Answer: C