Linux - Kernel parameters (configuration files)

About

Kernel parameters are the configuration of the Linux kernel (ie linux).

Management

sysctl

sysctl is the command line tool that manage the kernel parameters.

See On Linux, how to change the Kernel Parameter values (sysctl.conf)?

How to change

If you want to change the kernel parameter values, you have to edit and add them to the file /etc/sysctl.conf.

This article talks about this subject: On Linux, how to change the Kernel Parameter values (sysctl.conf)?

Structure

Common groups of information and parameters concerning the kernel are set with the help of configuration files and grouped into directories and subdirectories within the /proc/ directory 1).

The most important directories are:

This directory contains configuration files that directly affect the operation of the Kernel

This directory contains an array of options and information concerning various aspects of the file system, including quota, file handle, inode, and dentry information.

This directory contains subdirectories concerning various networking topics. Various configurations at the time of kernel compilation make different directories available here, such as appletalk, ethernet, ipv4, ipx, and ipv6. Within these directories, system administrators are able to adjust the network configuration on a running system.





Discover More
Card Puncher Data Processing
EBS - E-Business Suite 12.1.1 Standard Installation on Linux OEL 5.3

/appsutil/log/ /logs first line Oracle® E-Business Suite Installation Guide: Using Rapid Install Release 12.1 (12.1.1) Part...
Map Of Internet 1973
IP Forwarding

ip forwarding is a feature used mostly in a VPN configuration where a server forwards an incoming network traffic to the external world. On Linux, you need to set the kernel parameter net.ipv4.ip_forward...
Linux - /proc/sys/fs/ directory - configuration files of the file system

Common groups of information and parameters concerning the kernel are are set with the help of configuration files and grouped into directories and subdirectories within the /proc/ directory. /proc/sys/fs/...
Linux - /proc/sys/net/, networking configuration files

Common groups of information and parameters concerning the kernel are are set with the help of configuration files and grouped into directories and subdirectories within the /proc/ directory. /proc/sys/net/...
Linux - Directory /proc/sys/kernel/

This directory contains configuration files that directly affect the operation of the Kernel acct — Controls the suspension of process accounting based on the percentage of free space available...
Linux - Kernel Semaphore parameters

On Linux, A semaphore is a System V IPC object that is used to control utilization of a particular process. Semaphores are ashareable resource that take on a non-negative integer value. They are manipulated...
Map Of Internet 1973
Network - Ip v6

This page talks the IP address with the IPv6 format. Below is an example of an Ipv6 address: The main difference between IPv4 and IPv6 is the number of possible addresses. IPv6 was introduced in...
On Linux, how to change the Kernel Parameter values (sysctl.conf)?

This article talks the Kernel Parameters Management, and shows you how to change them. Enter the following command to display the current values of the kernel parameters: where para is the beginning...
Oracle Database 11gr2 Typical Installation
Oracle Database - Installation 11g Release 2 (11.2) on Linux OEL 5 (X86)

Installation of Oracle Database 11g Release 2 (11.2) on Oracle Enterprise Linux 5. Linux OEL installation login as root RAM: At least 1 GB swap space The following table describes...
Oracle Database Installationl Location 11gr2 Oel Linux X86 64
Oracle Database 11gR2 - Installation on Linux OEL 5 Update 5 (x86_64)

Installation of Oracle Database 11g Release 2 (11.2) x86_64 on Oracle Enterprise Linux 5 Update 5 on the file system (ie without ASM) or GRID. Linux OEL installation login as root ...



Share this page:
Follow us:
Task Runner