fedora禁用(开机启动)服务和进程管理
首先要查看有哪些(开机启动)服务
chkconfig --list
或者:
systemctl list-units
然后, 根据需要进行禁用服务的开机启动:
chkconfig service_name off
或者:
systemctl disable serv_name.service
===========================================================
systemctl中, list-units和 list-unit-files的区别?
list-units是列出显示 已经loaded的units
而list-unit-files只是显示哪些服务对应的文件, *.service, 正是chkconfig --list对应的功能.
要查看哪些已经启动, 哪些没有启动, 就是services.msc对应的 systemctl list-unit-files
命令lspci可以看到pci插槽中的所有设备, 包括硬盘sata接口, 显卡接口, 网卡接口等等.