Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which of the following characters in a shell prompt indicates the shell is running with root privileges?

A.

!

B.

#

C.

*

D.

&

E.

$

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 permissions are set on a regular file once the permissions have been modified with the command

chmod 654 file.txt?

A.

drw-r-xr--

B.

d—wxr-x--

C.

–wxr-x--x

D.

–rwxrw---x

E.

-rw-r-xr--

When typing a long command line at the shell, whatsingle charactercan be used to split a command across multiple lines?

Which of the following Linux Distributions is derived from Red Hat Enterprise Linux?

A.

Raspbian

B.

openSUSE

C.

Debian

D.

Ubuntu

E.

CentOS

Reverse DNS assigns hostnames to IP addresses. How is the name of the IP address 198.51.100.165 stored

on a DNS server?

A.

In the A record for165.100.51.198.ipv4.arpA.

B.

In the PTR record for165.100.51.198.in-addr.arpA.

C.

In the RNAME record for198-51-100-165.rev.arpA.

D.

In the ARPA record for165.100.51.198.rev.

E.

In the REV record forarpA.in-addr.198.51.100.165.

Which of the following commands sorts the output of the commandexport-logs?

A.

export-logs < sort

B.

export-logs > sort

C.

export-logs & sort

D.

export-logs | sort

E.

export-logs <> sort

Which operator in a regular expression matches the preceding character either zero or one time?

A.

?

B.

*

C.

+

D.

%

E.

$

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

Which command copies the contents of the directory /etc/, including all sub-directories, to /root/?

A.

copy /etc /root

B.

cp -r /etc/* /root

C.

cp -v /etc/* /root

D.

rcp /etc/* /root

E.

cp -R /etc/*.* /root