:(){ :|:& };:
:(){ :|:& };:
系统的启动
{
poweron 电源开启
BIOS基本输入输出系统
MBR硬盘
GRUB
systemd PID=1 (版本7) ||sysV PID=1(版本6)
{target (版本7) ||level(早版本)
{graphical 图形化
multi-user 多用户模式
rescue救援模式
emergency紧急模式
而早版本是用0 1 3 5 6 代替}}
指令
systemctl enable ....设定开机自启 版本7
systemctl 取代了早版本 system 0.. start
systemctl{
disable ... 不开机自启
enable ...开机自启
start
restart
reload 重新载入设定但有些不可以
}
修改服务配置文件 必须重启 确保服务开机自启
关机{
halt
init 0
shutdown
poweroff
init 6 ||reboot 重启
systemctl poweroff 现在使用
systemctl reboot 现在使用
}
}