runlevel – POFTUT

Linux chkconfig Command Tutorial with Examples

Linux services and daemons can be controlled with chkconfig command. chkconfig command is mainly used to set given service or daemon run level. In order to work with chkconfig command we need root privileges. systemctl command suite provides more and detailed features. Related tutorial can be accessed from following link. Linux Systemctl Tutorial List All … Read more

Linux Systemctl Service Management Tutorial

Hi, today we will learn managing Linux services with systemd or systemctl. While Linux kernel booting, it loads drivers, mount file systems, starting memory management, creating system calls, etc. But after that what? Linux starts an init process to create a further system and user services and processes. To manage system services we need a … Read more