How would you obtain a list of all network-related kernel parameters?
What will be an ideal response?
The sysctl utility displays and configures kernel parameters at runtime.
Enter the following command to display network-related kernel
parameters:
$ /sbin/sysctl -a | grep net
Computer Science & Information Technology