Reading Linux System configuration how to modify it
Reading Linux System configuration how to modify it
To know full details of the current machine configuration like file system,virtual memory,kernel,devices,networking,sunrpc. you can easily get from the proc file system /proc/sys/.
TO change these parameter use command sysctl
sysctl -a
Groups: