FILL BLANK
What parameter of ls prints a recursive listing of a directory's content? (Specify ONLY the option name without any values or parameters.)
FILL BLANK What command displays manual pages? (Specify ONLY the command without any path or parameters.)
Which of the following programs is a graphical editor for vector graphics?
A. Python
B. NGINX
C. Samba
D. Inkscape
E. MySQL
What is defined by a Free Software license?
A. Details of the technical documentation each contributor has to provide.
B. The programming languages which may be used to extend the licensed program.
C. A complete list of libraries required to compile the licensed software.
D. Limits on the purposes for which the licensed software may be used.
E. Conditions for modifying and distributing the licensed software.
Which of the following DNS record types hold an IP address? (Choose two.)
A. NS
B. AAAA
C. MX
D. A
E. CNAME
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.
Which of the following tasks can the command passwd accomplish? (Choose two.)
A. Change a user's username.
B. Change a user's password.
C. Create a new user account.
D. Create a new user group.
E. Lock a user account.
Which of the following commands finds all lines in the file operating-systems.txt which contain the term linux, regardless of the case?
A. igrep linux operating-systems.txt
B. less -i linux operating-systems.txt
C. grep -i linux operating-systems.txt
D. cut linux operating-systems.txt
E. cut [Ll] [Ii] [Nn] [Uu] [Xx] operating-systems.txt
What are the differences between a private web browser window and a regular web browser window? (Choose three.)
A. Private web browser windows do not allow printing or storing websites.
B. Private web browser windows do not store cookies persistently.
C. Private web browser windows do not support logins into websites.
D. Private web browser windows do not keep records in the browser history.
E. Private web browser windows do not send regular stored cookies.