Sysvinit-utils: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
|||
| (5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
'''sysvinit-utils''' - System-V- | '''sysvinit-utils''' - System-V-ähnliche Dienstprogramme | ||
== | == Beschreibung == | ||
Dieses Paket enthält wichtige System-V-ähnliche Dienstprogramme | |||
Insbesondere umfasst dieses Paket | |||
* [[init-d-script]] | * [[init-d-script]] | ||
* [[fstab-decode]] | * [[fstab-decode]] | ||
| Zeile 10: | Zeile 10: | ||
* [[pidof]] | * [[pidof]] | ||
Es enthält auch die Bibliotheksskripte, die von init-d-script und anderen Initscripts verwendet werden, die früher in lsb-base enthalten waren | |||
== Installation == | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
sudo apt install sysvinit-utils | |||
</syntaxhighlight> | |||
== Inhalt == | == Inhalt == | ||
/usr/bin/pidof | /usr/bin/pidof | ||
/usr/lib/init/init-d-script | /usr/lib/init/init-d-script | ||
/usr/lib/init/vars.sh | /usr/lib/init/vars.sh | ||
/usr/lib/lsb/init-functions | /usr/lib/lsb/init-functions | ||
/usr/lib/lsb/init-functions.d | /usr/lib/lsb/init-functions.d | ||
/usr/lib/lsb/init-functions.d/00-verbose | /usr/lib/lsb/init-functions.d/00-verbose | ||
/usr/sbin/fstab-decode | /usr/sbin/fstab-decode | ||
/usr/sbin/killall5 | /usr/sbin/killall5 | ||
/usr/share/doc/sysvinit-utils | /usr/share/doc/sysvinit-utils | ||
/usr/share/doc/sysvinit-utils/changelog.Debian.gz | /usr/share/doc/sysvinit-utils/changelog.Debian.gz | ||
/usr/share/doc/sysvinit-utils/copyright | /usr/share/doc/sysvinit-utils/copyright | ||
/usr/share/man/man5/init-d-script.5.gz | /usr/share/man/man5/init-d-script.5.gz | ||
/usr/share/man/man8/fstab-decode.8.gz | /usr/share/man/man8/fstab-decode.8.gz | ||
/usr/share/man/man8/killall5.8.gz | /usr/share/man/man8/killall5.8.gz | ||
/usr/share/man/man8/pidof.8.gz | /usr/share/man/man8/pidof.8.gz | ||
[[Kategorie:Linux/Software/Paket]] | |||
Aktuelle Version vom 15. Oktober 2025, 09:50 Uhr
sysvinit-utils - System-V-ähnliche Dienstprogramme
Beschreibung
Dieses Paket enthält wichtige System-V-ähnliche Dienstprogramme
Insbesondere umfasst dieses Paket
Es enthält auch die Bibliotheksskripte, die von init-d-script und anderen Initscripts verwendet werden, die früher in lsb-base enthalten waren
Installation
sudo apt install sysvinit-utils
Inhalt
/usr/bin/pidof /usr/lib/init/init-d-script /usr/lib/init/vars.sh /usr/lib/lsb/init-functions /usr/lib/lsb/init-functions.d /usr/lib/lsb/init-functions.d/00-verbose /usr/sbin/fstab-decode /usr/sbin/killall5 /usr/share/doc/sysvinit-utils /usr/share/doc/sysvinit-utils/changelog.Debian.gz /usr/share/doc/sysvinit-utils/copyright /usr/share/man/man5/init-d-script.5.gz /usr/share/man/man8/fstab-decode.8.gz /usr/share/man/man8/killall5.8.gz /usr/share/man/man8/pidof.8.gz