00:00

QUESTION 16

- (Exam Topic 3)
What is true regarding the command userdel --force --remove bob? (Choose TWO correct answers.)

Correct Answer: AB

QUESTION 17

- (Exam Topic 6)
Which of the following commands connects to the remote host example.com which has OpenSSH listening on TCP port 2222? (Choose TWO correct answers.)

Correct Answer: BC

QUESTION 18

- (Exam Topic 1)
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?

Correct Answer: A

QUESTION 19

- (Exam Topic 6)
Which directory holds the files that configure the xinetd service when using several configuration files instead of an integrated configuration file? (Specify the full path to the directory.)
Solution:
/etc/xinetd.d/, /etc/xinetd.d

Does this meet the goal?

Correct Answer: A

QUESTION 20

- (Exam Topic 3)
Which of the following fields are available in both the global /etc/crontab file as well as in user-specific crontab files? (Select TWO correct answers)

Correct Answer: BD