00:00

QUESTION 21

CORRECT TEXT
What is the name of the simple graphical login manager that comes with a vanilla X11 installation? (Specify ONLY the command without any path or parameters.)

Correct Answer: xdm

QUESTION 22

What is the difference between the commands test -e path and test -f path?

Correct Answer: C

QUESTION 23

CORRECT TEXT
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)

Correct Answer: cmdline/proc/cmdline

QUESTION 24

CORRECT TEXT
What command displays all aliases defined in the current shell? (Specify the command without any path information)

Correct Answer: aliasalias-p

QUESTION 25

Given a file called birthdays containing lines like:
YYYY-MM-DD Name 1983-06-02 Tim
1995-12-17 Sue
Which command would you use to output the lines belonging to all people listed whose birthday is in May or June?

Correct Answer: C