您好,登錄后才能下訂單哦!
這篇文章主要介紹“Alpine Linux如何管理init系統”的相關知識,小編通過實際案例向大家展示操作過程,操作方法簡單快捷,實用性強,希望這篇“Alpine Linux如何管理init系統”文章能幫助大家解決問題。
Alpine Linux使用的是Gentoo一樣的OpenRCinit系統.使用”rc-update”、”rc-status”、”rc-service”、”openrc”等命令可用于管理init系統
rc-update主要用于不同運行級增加或者刪除服務。
rc-update語法格式
Usage: rc-update [options] add [...] or: rc-update [options] del [...] or: rc-update [options] [show [...]] Options: [ asuChqVv ] -a, --all Process all runlevels -s, --stack Stack a runlevel instead of a service -u, --update Force an update of the dependency tree -h, --help Display this help outputrc-status -C, --nocolor Disable color output -V, --version Display software version -v, --verbose Run verbosely -q, --quiet Run quietly (repeat to suppress errors)
使用實例
$ rc-update add docker boot #增加一個服務$ rc-update del docker boot #刪除一個服務
rc-status 主要用于運行級的狀態管理。
rc-status語法格式
Usage: rc-status [options] ... or: rc-status [options] [-a | -c | -l | -r | -s | -u] Options: [ aclrsuChqVv ] -a, --all Show services from all run levels -c, --crashed Show crashed services -l, --list Show list of run levels -r, --runlevel Show the name of the current runlevel -s, --servicelist Show service list -u, --unused Show services not assigned to any runlevel -h, --help Display this help output -C, --nocolor Disable color output -V, --version Display software version -v, --verbose Run verbosely -q, --quiet Run quietly (repeat to suppress errors)
使用實例
$ rc-status #檢查默認運行級別的狀態$ rc-status -a #檢查所有運行級別的狀態
rc-service主用于管理服務的狀態
rc-service語法格式
Usage: rc-service [options] [-i] ... or: rc-service [options] -e or: rc-service [options] -l or: rc-service [options] -r Options: [ e:ilr:INChqVv ] -e, --exists tests if the service exists or not -i, --ifexists if the service exists then run the command-I, --ifinactive if the service is inactive then run the command-N, --ifnotstarted if the service is not started then run the command-l, --list list all available services -r, --resolve resolve the service name to an init script -h, --help Display this help output -C, --nocolor Disable color output -V, --version Display software version -v, --verbose Run verbosely -q, --quiet Run quietly (repeat to suppress errors)
使用實例
$ rc-service sshd start #啟動一個服務。$ rc-service sshd stop #停止一個服務。$ rc-service sshd restart #重啟一個服務。
openrc主要用于管理不同的運行級。
openrc語法格式
Usage: openrc [options] [] Options: [ a:no:s:SChqVv ] -n, --no-stop do not stop any services -o, --override override the next runlevel to change into when leaving single user or boot runlevels -s, --service runs the service specified with the rest of the arguments -S, --sys output the RC system type, if any -h, --help Display this help output -C, --nocolor Disable color output -V, --version Display software version -v, --verbose Run verbosely -q, --quiet Run quietly (repeat to suppress errors)
default sysinit boot single reboot shutdown
使用實例
$ openrc single #更改為single運行級
$ reboot #重啟系統,類似于shutdown -r now。$ halt #關機,類似于shutdown -h now。$ poweroff #關機
關于“Alpine Linux如何管理init系統”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識,可以關注億速云行業資訊頻道,小編每天都會為大家更新不同的知識點。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。