Systemctl

About

systemctl is the manager utility of systemd.

The systemctl utility support only the start, stop, and status command

It replaces the service utility in the init system.

Management

Reboot

see Reboot

Status

service status

systemctl status xrdp.service

Journal

journalctl -xe
  • Tail
journalctl -u serviceName.service -f
# or
journalctl -u serviceName -f





Discover More
Linux - Service client

service is the client tool of the sysvinit system. systemctl client service where: - The script must be located in in /etc/init.d The current working directory is set to /. Most environment...
Bash Liste Des Attaques Ovh
Linux Utility - Crontab (Cron) Scheduler

The cron is a scheduler daemon that gets its data from crontab files where each users have their own crontab. Crontab is the command line application that is used to install, deinstall or list the...
Data System Architecture
rsyslog

is a syslog implementation RSYSLOG is the rocket-fast system for log processing. The most of the messages are in /var/log/messages as specified in the conf file. With ...



Share this page:
Follow us:
Task Runner