What command option of rmmod specifies that all outputs be sent to syslog?
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.
Syntax:
Rmmod -s or –syslog modulename
Where -s or –syslog à Send errors to the syslog, instead of standard error.