How to change swappiness on a linux server ?
Swappiness is a feature in linux which tells the system kernel how much data to be swapped, or to be moved into swap memory and back to main memory. The...
Swappiness is a feature in linux which tells the system kernel how much data to be swapped, or to be moved into swap memory and back to main memory. The...
Today in this article, we will look how to analyze a core file generated after the system crash. The article is very useful to extract some of the basic information...
Do you know what is the meaning of value stored in /proc/sys/kernel/ctrl-alt-del file ? Let us have a look at it. I. Meaning of default values [root@ngelinux kernel]# cd /proc/sys/kernel...
/proc and /sys partitions keeps the system information on which its running and are useful to get any system details or running configuration we need. As we know in Linux,...