Spring Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which of the following sections exists in a systemd timer unit?

A.

[Events]

B.

[Timer]

C.

[cron]

D.

[Schedule]

E.

[Trigger]

If neither cron. allow nor cron. deny exist in /etc/, which of the following is true?

A.

Without additional configuration, all users may create user specific crontabs

B.

Without additional configuration, only root may create user specific crontabs

C.

The cron daemon will refuse to start and report missing files in the system's logfile

D.

When a user creates a user specific crontab the system administrator must approve it explicitly

E.

The default settings of /etc/crond.conf define whether or not user specific crontabs are generally allowed or not.

Which mechanism does ssh use to interact with the SSH agent?

A.

Connecting to port 2222 which is used by the system-w»de SSH agent

B.

Using the fixed socket .ssh-agenc/ipc.

C.

Creating an alias replacing ssh with calls to ssh-agent

D.

Starting sab-agent as a child process for each ssh invocation

E.

Evaluating environment variables such as ssh_auth_sock.

What information related to a user account is modified using the chage command?

A.

Default ownership for new files

B.

Group membership

C.

Set of commands available to the user

D.

Password expiry information

E.

Default permissions for new files

Which of the following files is not read directly by a Bash login shell?

A.

-/.bashrc

B.

-/.bash_profile

C.

-/.bash_login

D.

-/.profile

E.

/etc/profile

Given a log file loga.log with timestamps of the format DD/MM/YYYY:hh:mm:ss, which command filters out all log entries in the time period between 8:00 am and 8:59 am?

A.

grep –E ‘:08:[09]+:[09]+’ loga.log

B.

grep –E ‘:08:[00]+’ loga.log

C.

grep –E loga.log ‘:08:[0-9]+:[0-9]+’

D.

grep loga.log ‘:08:[0-9]:[0-9]’

E.

grep –E ‘:08:[0-9]+:[0-9]+’ loga.log

Which of the following environment variables can be defined in locale. conf? (Choose TWO correct answers )

A.

LC_ALL

B.

Lr_USERNAME

C.

LCMJTF8

D.

LC_GEOGRAPHY

E.

LC_TIME

What information is shown by the echo $ ? command?

A.

The process ID of the echo command

B.

The exit value of the command executed immediately before echo.

C.

The process ID which will be used for the next command

D.

The exit value of the echo command

E.

The process ID of the current shell

Which of the following commands lists all defined variables and functions within Bash?

A.

env

B.

export

C.

env -a

D.

set

E.

echo $ENV

How many fields are in a syntactically correct line of /etc/fstab?

A.

3

B.

4

C.

5

D.

6

E.

7