Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

systemd-timedated.service(8) [x11r4 man page]

SYSTEMD-TIMEDATED.SERVICE(8)				     systemd-timedated.service				      SYSTEMD-TIMEDATED.SERVICE(8)

NAME
systemd-timedated.service, systemd-timedated - Time and date bus mechanism SYNOPSIS
systemd-timedated.service /lib/systemd/systemd-timedated DESCRIPTION
systemd-timedated is a system service that may be used as a mechanism to change the system clock and timezone, as well as to enable/disable NTP time synchronization. systemd-timedated is automatically activated on request and terminates itself when it is unused. The tool timedatectl(1) is a command line client to this service. See the developer documentation[1] for information about the APIs systemd-timedated provides. SEE ALSO
systemd(1), timedatectl(1), localtime(5), hwclock(8) NOTES
1. developer documentation https://www.freedesktop.org/wiki/Software/systemd/timedated systemd 237 SYSTEMD-TIMEDATED.SERVICE(8)

Check Out this Related Man Page

SYSTEMD-LOCALED.SERVICE(8)                                    systemd-localed.service                                   SYSTEMD-LOCALED.SERVICE(8)

NAME
systemd-localed.service, systemd-localed - Locale bus mechanism SYNOPSIS
systemd-localed.service /lib/systemd/systemd-localed DESCRIPTION
systemd-localed is a system service that may be used as mechanism to change the system locale settings, as well as the console key mapping and default X11 key mapping. systemd-localed is automatically activated on request and terminates itself when it is unused. The tool localectl(1) is a command line client to this service. See the developer documentation[1] for information about the APIs systemd-localed provides. SEE ALSO
systemd(1), locale.conf(5), vconsole.conf(5), localectl(1), loadkeys(1) NOTES
1. developer documentation https://www.freedesktop.org/wiki/Software/systemd/localed systemd 237 SYSTEMD-LOCALED.SERVICE(8)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies