LPI
117-102 · Question #619
117-102 Question #619: Real Exam Question with Answer & Explanation
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.
Question
What command option of rmmod specifies that all outputs be sent to syslog?
Options
- A-a
- B-i
- C-s
- D-d
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.
Community Discussion
No community discussion yet for this question.