[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Commands service and systemctl.



On Fri, 14 Apr 2023 David Wright wrote:
On Fri 14 Apr 2023 at 08:05:38 (-0700), peter@easthope.ca wrote:

https://en.wikipedia.org/wiki/Systemd has many occurrences of
"service", none referring to the service command.

For several somethings, the result of command,
service something COMMAND
approximates the result of
systemctl COMMAND something.service
although systemctl might be more powerful.

Does the relationship between service and systemctl parallel that
between ifconfig and ip? service is a legacy command?

How about consulting   man 8 service   rather than a wiki webpage.

More elaborately: Before searching the web (for topics of this sort),
consider checking your local system's documentation.

Local resources are often more relevant. And if you have interest in a
topic, then it is good to discover what resources exist on the system
you actually use:

List manual pages whose title is the term:

 $ man -f locale # equivalently, "whatis locale"
 locale (7)           - description of multilanguage support
 locale (1)           - get locale-specific information
 locale (5)           - describes a locale definition file
 locale (3perl)       - Perl pragma to use or avoid POSIX locales for built-in operations

List manual pages that employ the term:

 $ man -k locale # equivalently, "apropos locale"
 duplocale (3)        - duplicate a locale object
 Encode::Locale (3pm) - Determine the locale encoding
 ExtUtils::MakeMaker::Locale (3perl) - bundled Encode::Locale
 freelocale (3)       - create, modify, and free a locale object
 I18N::Collate (3perl) - compare 8-bit scalar data according to the current locale
 I18N::Langinfo (3perl) - query locale information
 legacy_coding (3ncurses) - override locale-encoding checks
 locale (1)           - get locale-specific information
 locale (3perl)       - Perl pragma to use or avoid POSIX locales for built-in operations
 locale (5)           - describes a locale definition file
 locale (7)           - description of multilanguage support
 locale-gen (8)       - generates localisation files from templates
 locale.conf (5)      - Configuration file for locale settings
 locale.gen (5)       - Configuration file for locale-gen
 Locale::gettext (3pm) - message handling functions
 Locale::Maketext (3perl) - framework for localization
 Locale::Maketext::Cookbook (3perl) - recipes for using Locale::Maketext
 Locale::Maketext::Guts (3perl) - Deprecated module to load Locale::Maketext utf8 code
 Locale::Maketext::GutsLoader (3perl) - Deprecated module to load Locale::Maketext utf8 code
 Locale::Maketext::Simple (3perl) - Simple interface to Locale::Maketext::Lexicon
 Locale::Maketext::TPJ13 (3perl) - - article about software localization
 localeconv (3)       - get numeric formatting information
 localectl (1)        - Control the system locale and keyboard layout settings
 localedef (1)        - compile locale definition files
 luit (1)             - Locale and ISO 2022 support for Unicode terminals
 lxterm (1)           - locale-sensitive wrapper for xterm
 MB_CUR_MAX (3)       - maximum length of a multibyte character in the current locale
 MB_LEN_MAX (3)       - maximum multibyte length of a character across all locales
 newlocale (3)        - create, modify, and free a locale object
 nl_langinfo (3)      - query language and locale information
 nl_langinfo_l (3)    - query language and locale information
 org.freedesktop.locale1 (5) - The D-Bus interface of systemd-localed
 perllocale (1)       - Perl locale handling (internationalization and localization)
 setlocale (3)        - set the current locale
 strcoll (3)          - compare two strings using the current locale
 systemd-localed (8)  - Locale bus mechanism
 systemd-localed.service (8) - Locale bus mechanism
 Unicode::Collate::Locale (3perl) - Linguistic tailoring for DUCET via Unicode::Collate
 update-locale (8)    - Modify global locale settings
 use_legacy_coding (3ncurses) - override locale-encoding checks
 uselocale (3)        - set/get the locale for the calling thread
 validlocale (8)      - Test if a given locale is available
 x-terminal-emulator (1) - locale-sensitive wrapper for xterm
 XLocaleOfFontSet (3) - obtain fontset information
 XLocaleOfIM (3)      - open, close, and obtain input method information
 XLocaleOfOM (3)      - open output methods
 XrmLocaleOfDatabase (3) - retrieve and store resource databases
 XSetLocaleModifiers (3) - determine locale support and configure locale modifiers
 XSupportsLocale (3)  - determine locale support and configure locale modifiers

--
Hackers are free people. They are like artists. If they are in a good
mood, they get up in the morning and begin painting their pictures.
-- Vladimir Putin


Reply to: