Valid 1Z0-106 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-106 Exam! ExamDiscuss.com now offer the newest 1Z0-106 exam dumps, the ExamDiscuss.com 1Z0-106 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-106 dumps with Test Engine here:
Which two methods of changing kernel parameters can you use to modify values for the running system?
Correct Answer: A,B
Explanation of Answer A:Thesysctl -wcommand is used to modify kernel parameters at runtime. It allows you to set the value of a specific parameter in the/proc/sysdirectory. For example,sysctl -w net.ipv4. ip_forward=1will enable IP forwarding by writing the value directly to the corresponding file in/proc/sys. Explanation of Answer B:Using theechocommand to write values directly to specific files in the/proc /sysdirectory is another method to change kernel parameters dynamically for the running system. For instance, echo 1 > /proc/sys/net/ipv4/ip_forwardachieves the same effect as thesysctl -wcommand.