CentOS 7 is different management than CentOS 5.x and 6.x.
It is uses systemctl to manage services.
systemctl enable sshd
systemctl list-unit-files
systemctl get-default
systemctl set-default multi-user.target
systemctl disable firstboot-graphical.service
systemctl disable bluetooth.service
systemctl enable network.service
systemctl show
systemd-analyzesystemd-analyze blame
Tune other stuff as you need.
Keine Kommentare:
Kommentar veröffentlichen