nerdexam
LPI

117-102 · Question #619

What command option of rmmod specifies that all outputs be sent to syslog?

The correct answer is C. -s. Rmmod unloads loadable modules from the running kernel. -s: Output everything to syslog(3) instead of the terminal. Rmmod -s or --syslog modulename Where -s or --syslog ? Send errors to the syslog, instead of standard error.

108 Essential System Services

Question

What command option of rmmod specifies that all outputs be sent to syslog?

Options

  • A-a
  • B-i
  • C-s
  • D-d

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    85% (29)
  • D
    9% (3)

Explanation

Rmmod unloads loadable modules from the running kernel. -s: Output everything to syslog(3) instead of the terminal. Rmmod -s or --syslog modulename Where -s or --syslog ? Send errors to the syslog, instead of standard error.

Topics

#rmmod#syslog#command flags#kernel modules

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice