Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

sysctl reference guide

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
warmup031
Posts: 3
Joined: 2018-01-27 06:32

sysctl reference guide

#1 Post by warmup031 »

Hello,

I'm searching for sysctl reference guide other than the redhat one ?
I know the one on kernel.org and the redhat one, but is there a specific one for debian ?

Thank you

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: sysctl reference guide

#2 Post by bw123 »

Code: Select all

$ apropos sysctl
sysctl (8)           - configure kernel parameters at runtime
sysctl.conf (5)      - sysctl preload/configuration file
sysctl.d (5)         - Configure kernel parameters at boot
systemd-sysctl (8)   - Configure kernel parameters at boot
systemd-sysctl.service (8) - Configure kernel parameters at boot
 
resigned by AI ChatGPT

User avatar
Thorny
Posts: 542
Joined: 2011-02-27 13:40

Re: sysctl reference guide

#3 Post by Thorny »

warmup031 wrote:I'm searching for sysctl reference guide other than the redhat one ?
When you have a question, it is almost always a good idea to read the manual page, it is already on your system so just a command in a terminal away.

Code: Select all

man sysctl

Post Reply