一级女人毛片人一女人-一级女性大黄生活片免费-一级女性全黄久久生活片-一级女性全黄生活片免费-国产美女在线一区二区三区-国产美女在线观看

始創于2000年 股票代碼:831685
咨詢熱線:0371-60135900 注冊有禮 登錄
  • 掛牌上市企業
  • 60秒人工響應
  • 99.99%連通率
  • 7*24h人工
  • 故障100倍補償
您的位置: 網站首頁 > 幫助中心>文章內容

Linux fork死循環炸彈及其預防

發布時間:  2012/8/6 19:15:57

  在Linux系統下執行這段代碼 :(){ :|:& };: 就會引起死機,一旦執行起來后,唯一的方法就是重啟系統。實際上這段代碼是一段無限遞歸代碼,將系統資源耗盡。
  本文下面有這段代碼的詳細解釋,為了防止fork炸彈,方法就是限制用戶能夠啟動的進程數。具體做法,編輯/etc/security/limits.conf文件,在末尾加入 :
  * hard nproc 200
  將用戶的進程數限制為200,經過測試,root賬戶不受這個限制。
  Q. Can you explain following bash code or bash fork() bomb?
  :(){ :|:& };:
  A. This is a bash function. It gets called recursively (recursive function). This is most horrible code for any Unix / Linux box. It is often used by sys admin to test user processes limitations (Linux process limits can be configured via /etc/security/limits.conf and PAM).
  Once a successful fork bomb has been activated in a system it may not be possible to resume normal operation without rebooting, as the only solution to a fork bomb is to destroy all instances of it.
  WARNING! These examples may crash your computer if executed.
  Understanding :(){ :|:& };: fork() bomb code
  :() - It is a function name. It accepts no arguments at all. Generally, bash function is defined as follows:
  foo(){
  arg1=$1
  echo ''
  #do_something on $arg argument
  }
  fork() bomb is defined as follows:
  :(){
  :|:&
  };:
  :|: - Next it call itself using programming technique called recursion and pipes the output to another call of the function ':'. The worst part is function get called two times to bomb your system.
  & - Puts the function call in the background so child cannot die at all and start eating system resources.
  ; - Terminate the function definition
  : - Call (run) the function aka set the fork() bomb.
  Here is more human readable code:
  bomb() {
  bomb | bomb &
  }; bomb
  Properly configured Linux / UNIX box should not go down when fork() bomb sets off.

億恩科技地址(ADD):鄭州市黃河路129號天一大廈608室 郵編(ZIP):450008 傳真(FAX):0371-60123888
   聯系:億恩小凡
   QQ:89317007
   電話:0371-63322206


本文出自:億恩科技【www.laynepeng.cn】

服務器租用/服務器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質保障!--億恩科技[ENKJ.COM]

  • 您可能在找
  • 億恩北京公司:
  • 經營性ICP/ISP證:京B2-20150015
  • 億恩鄭州公司:
  • 經營性ICP/ISP/IDC證:豫B1.B2-20060070
  • 億恩南昌公司:
  • 經營性ICP/ISP證:贛B2-20080012
  • 服務器/云主機 24小時售后服務電話:0371-60135900
  • 虛擬主機/智能建站 24小時售后服務電話:0371-60135900
  • 專注服務器托管17年
    掃掃關注-微信公眾號
    0371-60135900
    Copyright© 1999-2019 ENKJ All Rights Reserved 億恩科技 版權所有  地址:鄭州市高新區翠竹街1號總部企業基地億恩大廈  法律顧問:河南亞太人律師事務所郝建鋒、杜慧月律師   京公網安備41019702002023號
      0
     
     
     
     

    0371-60135900
    7*24小時客服服務熱線