60 EXAM WITH VERIFIED ANSWERS
2025
FILL BLANK -When typing a long command line at the shell, what single character can
be used to split a command across multiple lines? - ANSWER\ backlash
Which of the following DNS record types hold an IP address? (Choose two.)
A. NS
B. AAAA
C. MX
D. A
E. CNAME - ANSWERBD
What can be found in the /proc/ directory?
A. One directory per installed program.
B. One device file per hardware device.
C. One file per existing user account.
D. One directory per running process.
E. One log file per running service. - ANSWERD
What happens to a file residing outside the home directory when the file owner's
account is deleted? (Choose two.)
A. During a file system check, the file is moved to /lost +found.
B. The file is removed from the file system.
C. The UID of the former owner is shown when listing the file's details.
D. The user root is set as the new owner of the file.
E. Ownership and permissions of the file remain unchanged. - ANSWERCE
Which statements about the directory /etc/skel are correct? (Choose two.)
A. The personal user settings of root are stored in this directory.
B. The files from the directory are copied to the home directory of the new user when
starting the system.
C. The files from the directory are copied to the home directory of a new user when the
account is created.
D. The directory contains a default set of configuration files used by the useradd
command.
E. The directory contains the global settings for the Linux system. - ANSWERCD
What is true about the su command?
A. It is the default shell of the root account.