特黄特色三级在线观看免费,看黄色片子免费,色综合久,欧美在线视频看看,高潮胡言乱语对白刺激国产,伊人网成人,中文字幕亚洲一碰就硬老熟妇

學習啦>學習電腦>操作系統(tǒng)>Linux教程>

sysctl命令怎么修改內(nèi)核參數(shù)(2)

時間: 春健736 分享

  實例

  sysctl -a所看到的參數(shù)全部來自/proc/sys/目錄下的文件內(nèi)容,可以用grep加sort加ll的方法來查看與對應(yīng)

  代碼如下:

  [root@Firewall sys]# pwd

  /proc/sys

  [root@Firewall sys]# ll

  total 0

  dr-xr-xr-x 0 root root 0 Apr 12 14:29 crypto

  dr-xr-xr-x 0 root root 0 May 10 15:53 debug

  dr-xr-xr-x 0 root root 0 Apr 12 14:28 dev

  dr-xr-xr-x 0 root root 0 Apr 12 14:28 fs

  dr-xr-xr-x 0 root root 0 Apr 12 14:28 kernel

  dr-xr-xr-x 0 root root 0 Apr 12 14:28 net

  dr-xr-xr-x 0 root root 0 May 10 15:53 sunrpc

  dr-xr-xr-x 0 root root 0 May 10 15:53 vm

  代碼如下:

  [root@Firewall netfilter]# pwd

  /proc/sys/net/netfilter

  [root@Firewall netfilter]# sysctl -a|grep net.net|sort

  net.netfilter.nf_conntrack_acct = 1

  net.netfilter.nf_conntrack_buckets = 16384

  net.netfilter.nf_conntrack_checksum = 1

  net.netfilter.nf_conntrack_count = 1739

  net.netfilter.nf_conntrack_expect_max = 256

  net.netfilter.nf_conntrack_generic_timeout = 600

  net.netfilter.nf_conntrack_icmp_timeout = 30

  net.netfilter.nf_conntrack_log_invalid = 0

  net.netfilter.nf_conntrack_max = 65536

  net.netfilter.nf_conntrack_tcp_be_liberal = 0

  net.netfilter.nf_conntrack_tcp_loose = 1

  net.netfilter.nf_conntrack_tcp_max_retrans = 3

  net.netfilter.nf_conntrack_tcp_timeout_close = 10

  net.netfilter.nf_conntrack_tcp_timeout_close_wait = 60

  net.netfilter.nf_conntrack_tcp_timeout_established = 432000

  net.netfilter.nf_conntrack_tcp_timeout_fin_wait = 120

  net.netfilter.nf_conntrack_tcp_timeout_last_ack = 30

  net.netfilter.nf_conntrack_tcp_timeout_max_retrans = 300

  net.netfilter.nf_conntrack_tcp_timeout_syn_recv = 60

  net.netfilter.nf_conntrack_tcp_timeout_syn_sent = 120

  net.netfilter.nf_conntrack_tcp_timeout_time_wait = 120

  net.netfilter.nf_conntrack_tcp_timeout_unacknowledged = 300

  net.netfilter.nf_conntrack_udp_timeout = 30

  net.netfilter.nf_conntrack_udp_timeout_stream = 180

  代碼如下:

  [root@Firewall netfilter]# ll

  total 0

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_acct

  -r--r--r-- 1 root root 0 May 10 15:53 nf_conntrack_buckets

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_checksum

  -r--r--r-- 1 root root 0 May 10 15:53 nf_conntrack_count

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_expect_max

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_generic_timeout

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_icmp_timeout

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_log_invalid

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_max

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_be_liberal

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_loose

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_max_retrans

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_timeout_close

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_timeout_close_wait

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_timeout_established

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_timeout_fin_wait

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_timeout_last_ack

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_timeout_max_retrans

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_timeout_syn_recv

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_timeout_syn_sent

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_timeout_time_wait

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_tcp_timeout_unacknowledged

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_udp_timeout

  -rw-r--r-- 1 root root 0 May 10 15:53 nf_conntrack_udp_timeout_stream

  代碼如下:

  [root@Firewall core]# sysctl -a|grep net.core|sort

  net.core.dev_weight = 64

  net.core.message_burst = 10

  net.core.message_cost = 5

  net.core.netdev_budget = 300

  net.core.netdev_max_backlog = 1000

  net.core.optmem_max = 10240

  net.core.rmem_default = 111616

  net.core.rmem_max = 131071

  net.core.somaxconn = 8192

  net.core.warnings = 1

  net.core.wmem_default = 111616

  net.core.wmem_max = 131071

  net.core.xfrm_acq_expires = 30

  net.core.xfrm_aevent_etime = 10

  net.core.xfrm_aevent_rseqth = 2

  net.core.xfrm_larval_drop = 1

  代碼如下:

  [root@Firewall core]# ll

  total 0

  -rw-r--r-- 1 root root 0 May 10 15:53 dev_weight

  -rw-r--r-- 1 root root 0 May 10 15:53 message_burst

  -rw-r--r-- 1 root root 0 May 10 15:53 message_cost

  -rw-r--r-- 1 root root 0 May 10 15:53 netdev_budget

  -rw-r--r-- 1 root root 0 May 10 15:53 netdev_max_backlog

  -rw-r--r-- 1 root root 0 May 10 15:53 optmem_max

  -rw-r--r-- 1 root root 0 May 10 15:53 rmem_default

  -rw-r--r-- 1 root root 0 May 10 15:53 rmem_max

  -rw-r--r-- 1 root root 0 Apr 12 14:29 somaxconn

  -rw-r--r-- 1 root root 0 May 10 15:53 warnings

  -rw-r--r-- 1 root root 0 May 10 15:53 wmem_default

  -rw-r--r-- 1 root root 0 May 10 15:53 wmem_max

  -rw-r--r-- 1 root root 0 May 10 15:53 xfrm_acq_expires

  -rw-r--r-- 1 root root 0 May 10 15:53 xfrm_aevent_etime

  -rw-r--r-- 1 root root 0 May 10 15:53 xfrm_aevent_rseqth

  -rw-r--r-- 1 root root 0 May 10 15:53 xfrm_larval_drop

看過“ sysctl命令怎么修改內(nèi)核參數(shù) ”的人還看了:

1.linux如何防止DDOS攻擊

2.分析Linux系統(tǒng)rc.sysinit腳本

3.Linux虛擬環(huán)境怎么搭建DB2數(shù)據(jù)庫DPF

4.Linux內(nèi)核配制詳細說明

5.Linux虛擬環(huán)境下怎么搭建DB2數(shù)據(jù)庫DPF

6.Linux內(nèi)核配制詳細說明

sysctl命令怎么修改內(nèi)核參數(shù)(2)

實例 sysctl -a所看到的參數(shù)全部來自/proc/sys/目錄下的文件內(nèi)容,可以用grep加sort加ll的方法來查看與對應(yīng) 代碼如下: [root@Firewall sys]# pwd /proc/sys [root@Firewall
推薦度:
點擊下載文檔文檔為doc格式

精選文章

  • 紅帽子linux系統(tǒng)怎么安裝
    紅帽子linux系統(tǒng)怎么安裝

    RedHat Linux也被大家叫成紅帽子linux,可以說是目前世界上使用最多的Linux操作系統(tǒng),它具備最好的圖形界面,那么紅帽子linux系統(tǒng)怎么安裝呢?小編為大家分享

  • linux下磁盤怎么分區(qū)
    linux下磁盤怎么分區(qū)

    linux分區(qū)不同于windows,linux下硬盤設(shè)備名為(IDE硬盤為hdx(x為從ad)因為IDE硬盤最多四個,SCSI,SATA,USB硬盤為sdx(x為az)),硬盤主分區(qū)最多為4個,不用說大家也

  • cd命令怎么使用
    cd命令怎么使用

    cd命令大家再熟悉不過了,bash shell經(jīng)常會被用到的切換目錄命令.小編為大家分享了cd命令的使用方法,下面大家跟著學習啦小編一起來了解一下吧。 cd命令使

  • cd命令切換目錄的使用技巧
    cd命令切換目錄的使用技巧

    linux,系統(tǒng)的精髓在于命令行,該方式與圖形界面不同的是,無法使用鼠標。當需要切換目錄時,cd的作用就發(fā)揮了出來,毫不夸張地說,cd是linux系統(tǒng)使用

749517