摘要: 1.查看当前运行级别:systemctl get-default或者runlevel或者who -r 2.查看文件夹/lib/systemd/system/ # alias ll ='ls -alF'# ll是ls -alF的缩写(这个可以在.bashrc文件中设置)ls -alF ll /lib/ 阅读全文
posted @ 2023-04-25 22:45 Guanjie255 阅读(185) 评论(0) 推荐(0)
摘要: 1.打开文件/etc/inittab: sudo /etc/inittab 显示当前的运行级别: systemctl get-defaul或者runlevel或者who -r 设置默认的运行级别:systemclt set-default XX.target。XX可以是multi-user或者gra 阅读全文
posted @ 2023-04-25 21:42 Guanjie255 阅读(575) 评论(0) 推荐(0)