table of contents
- trixie 2.41-5
- testing 2.41.3-4
- unstable 2.41.3-4
- experimental 2.42~rc1-1
| UUIDD(8) | System-Administration | UUIDD(8) |
BEZEICHNUNG¶
uuidd - UUID-Erzeugungs-Daemon
ÜBERSICHT¶
uuidd [Optionen]
BESCHREIBUNG¶
Der uuidd-Daemon wird von der UUID-Bibliothek zum Erzeugen von »Universally Unique Identifiers« (UUIDs) verwendet, insbesondere zeitbasierter UUIDs, und zwar auf eine sichere und garantiert eindeutige Art, selbst im Hinblick auf große Anzahlen laufender Threads auf verschiedenen CPUs, die versuchen, UUIDs zu erhalten.
OPTIONEN¶
-C, --cont-clock[=number[hd]]
The option -C or --cont-clock (without an argument) enables the feature with a default 'max_clock_offset' of 2 hours.
The option -Cnumber or --cont-clock=number enables the feature with a 'max_clock_offset' of number seconds. In case of an appended h or d, number is understood in hours or days. The minimum value is 60 seconds, the maximum value is 365 days.
-d, --debug
-F, --no-fork
-k, --kill
-n, --uuids Anzahl
-P, --no-pid
-p, --pid Pfad
-q, --quiet
-r, --random
-S, --socket-activation
-s, --socket Pfad
-T, --timeout Anzahl
-t, --time
-h, --help
-V, --version
BEISPIEL¶
Einen Daemon starten, 42 zufällige Schlüssel ausgeben und den Daemon anschließend beenden:
uuidd -p /tmp/uuidd.pid -s /tmp/uuidd.socket uuidd -d -r -n 42 -s /tmp/uuidd.socket uuidd -d -k -s /tmp/uuidd.socket
AUTOR¶
Der uuidd-Daemon wurde von Theodore Ts’o <tytso@mit.edu> geschrieben.
SIEHE AUCH¶
FEHLER MELDEN¶
Nutzen Sie zum Melden von Fehlern das Fehlererfassungssystem <https://github.com/util-linux/util-linux/issues>.
VERFÜGBARKEIT¶
Der Befehl uuidd ist Teil des Pakets util-linux, welches aus dem Linux-Kernel-Archiv <https://www.kernel.org/pub/linux/utils/util-linux/> heruntergeladen werden kann.
| 2026-02-28 | util-linux 2.42-rc1 |