Posts tagged sytemctl command
How to enable/disable/start/stop a service in Fedora 16
Dec 28th
If you are looking for managing system services in earlier versions of Fedora, read this article.
For all those who are using earlier versions of Fedora, the standard chkconfig commands appears to be doing nothing. All the services in Fedora are controlled using a new command called “systemctl“.
The “systemctl” command, if run without any arguments, prints all the system services (units) as shown below.
[neo@techpulp ~]# systemctl UNIT LOAD ACTIVE SUB JOB DESCRIPTION proc-sys...misc.automount loaded active running Arbitrary Executable File Formats File System Automount Point ... sys-devi...y-tty10.device loaded active plugged /sys/devices/virtual/tty/tty10 sys-devi...y-tty11.device loaded active plugged /sys/devices/virtual/tty/tty11 ... abrt-ccpp.service loaded active exited Install More >


Recent Comments