Redhat Linux : Setting Kernel Parameter
To modify kernel parameters a common way is to change /proc file system: 1. Log in as root user. 2. Change to the /proc/sys/kernel directory. 3. echo <desired list of values> > <group of parameters> But this update is not permanent and after system reboot, your...