最終更新:2015-10-27 (火) 15:40:59 (3097d)  

Linux/sbin/init
Top / Linux / sbin / init

説明

  • init is the parent of all processes on the system, it is executed by the kernel and is responsible for starting all other processes; it is the parent of all processes whose natural parents have died and it is responsible for reaping those when they die.

種類

sysvinit

設定ファイル

BSD

設定ファイル

Upstart

設定ファイル

systemd

処理内容

  • ネットワークの初期化
  • ホスト名の設定
  • Welcomeバナーの表示
  • /procファイルシステムのマウント
  • カーネルパラメータの設定
  • クロックの設定
  • keymapの読み込み
  • システムフォントの読み込み
  • スワップの有効化
  • USBの初期化
  • 必要に応じてfsckの実行
  • quotaの有効化
  • ハードディスクパラメータの設定
  • カーネルモジュールの読み込み
  • RAIDデバイスの組み込み
  • ファイルシステムのマウント

設定ファイル