IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 系统运维 -> 配置或查看linux内核参数 -> 正文阅读

[系统运维]配置或查看linux内核参数

命令

sysctl

使用方法

   sysctl [options] [variable[=value]] [...]
   sysctl -p [file or regexp] [...]

功能描述

   sysctl  is  used  to modify kernel parameters at runtime.  The parameters available are those listed under /proc/sys/.  Procfs is required for sysctl support in Linux.  You
   can use sysctl to both read and write sysctl data.

主要参数

   variable
          The name of a key to read from.  An example is kernel.ostype.  The '/' separator is also accepted in place of a '.'.

   variable=value
          To set a key, use the form variable=value where variable is the key and value is the value to set it to.  If the value contains quotes or characters which are parsed
          by the shell, you may need to enclose the value in double quotes.

   -n, --values
          Use this option to disable printing of the key name when printing values.

   -e, --ignore
          Use this option to ignore errors about unknown keys.

   -N, --names
          Use this option to only print the names.  It may be useful with shells that have programmable completion.

   -q, --quiet
          Use this option to not display the values set to stdout.

   -w, --write
          Use this option when all arguments prescribe a key to be set.

   -p[FILE], --load[=FILE]
          Load  in sysctl settings from the file specified or /etc/sysctl.conf if none given.  Specifying - as filename means reading data from standard input.  Using this op‐
          tion will mean arguments to sysctl are files, which are read in the order they are specified.  The file argument may be specified as regular expression.

   -a, --all
          Display all values currently available.

   --deprecated
          Include deprecated parameters to --all values listing.

   -b, --binary
          Print value without new line.

   --system
          Load settings from all system configuration files. Files are read from directories in the following list in given order from top to bottom.  Once a file of  a  given
          filename is loaded, any file of the same name in subsequent directories is ignored.
         /run/sysctl.d/*.conf
          /etc/sysctl.d/*.conf
          /usr/local/lib/sysctl.d/*.conf
          /usr/lib/sysctl.d/*.conf
          /lib/sysctl.d/*.conf
          /etc/sysctl.conf

   -r, --pattern pattern
          Only apply settings that match pattern.  The pattern uses extended regular expression syntax.

   -A     Alias of -a

   -d     Alias of -h

   -f     Alias of -p

   -X     Alias of -a

   -o     Does nothing, exists for BSD compatibility.

   -x     Does nothing, exists for BSD compatibility.

   -h, --help
          Display help text and exit.

   -V, --version
          Display version information and exit.

示例

查看所有内核参数

sysctl -a
在这里插入图片描述

查看所有网络参数

sudo sysctl net
在这里插入图片描述

查看所有tcp参数

sudo sysctl -a -r '^net.ipv4.tcp'
在这里插入图片描述

查看所有udp的参数

sudo sysctl -a -r '^net.ipv4.udp'
在这里插入图片描述

查看所有kernal参数

sudo sysctl -a -r ‘^kernel’
在这里插入图片描述

   /sbin/sysctl -a
   /sbin/sysctl -n kernel.hostname
   /sbin/sysctl -w kernel.domainname="example.com"
   /sbin/sysctl -p/etc/sysctl.conf
   /sbin/sysctl -a --pattern forward
   /sbin/sysctl -a --pattern forward$
   /sbin/sysctl -a --pattern 'net.ipv4.conf.(eth|wlan)0.arp'
   /sbin/sysctl --system --pattern '^net.ipv6'
  系统运维 最新文章
配置小型公司网络WLAN基本业务(AC通过三层
如何在交付运维过程中建立风险底线意识,提
快速传输大文件,怎么通过网络传大文件给对
从游戏服务端角度分析移动同步(状态同步)
MySQL使用MyCat实现分库分表
如何用DWDM射频光纤技术实现200公里外的站点
国内顺畅下载k8s.gcr.io的镜像
自动化测试appium
ctfshow ssrf
Linux操作系统学习之实用指令(Centos7/8均
上一篇文章      下一篇文章      查看所有文章
加:2022-05-15 11:45:51  更:2022-05-15 11:46:24 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/15 15:35:23-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码