) Comprehensive Questions
with Answers 100% Correct {Grade A} –
WGU
Which statements about the directory /etc/skel are correct? (Choose two.) - correct
answer The files from the directory are copied to the home directory of a new user
when the account is created.
The directory contains a default set of configuration files used by the useradd
command.
Which of the following programs are web servers? (Choose two.) - correct answer
Apache
NGINX
,Which of the following commands output the content of the file Texts 2.txt? (Choose
two.) - correct answer cat 'Texts 2.txt'
cat Texts\ 2.txt
What information is stored in /etc/passwd? (Choose three.) - correct answer The
user's default shell
The username
The numerical user ID
Which of the following commands finds all lines in the file operating-systems.txt which
contain the term linux, regardless of the case? - correct answer grep -i linux
operating-systems.txt
Which of the following statements is true about Free Software? - correct answer It
may be modified by anyone using it.
, Which of the following DNS record types hold an IP address? (Choose two.) - correct
answer AAAA
A
FILL BLANK When typing a long command line at the shell, what single character can
be used to split a command across multiple lines? - correct answer \
What is defined by a Free Software license? - correct answer Conditions for modifying
and distributing the licensed software.
Which files are the source of the information in the following output? (Choose two.)
uid=1000 (bob) gid=1000 (bob) groups=1000 (bob), 10 (wheel), 150 (wireshark), 989
(docker), 1001 (libvirt) - correct answer /etc/passwd
/etc/group