table of contents
- testing 241-5
- stretch-backports 241-3~bpo9+1
- unstable 241-5
- experimental 242-2
SYSTEMD-ID128(1) | systemd-id128 | SYSTEMD-ID128(1) |
NAME¶
systemd-id128 - Generate and print sd-128 identifiersSYNOPSIS¶
systemd-id128 [OPTIONS...] new
systemd-id128 [OPTIONS...] machine-id
systemd-id128 [OPTIONS...] boot-id
systemd-id128 [OPTIONS...] invocation-id
DESCRIPTION¶
id128 may be used to conveniently print sd-id128(3) UUIDs. What identifier is printed depends on the specific verb.With new, a new random identifier will be generated.
With machine-id, the identifier of the current machine will be printed. See machine-id(5).
With boot-id, the identifier of the current boot will be printed.
Both machine-id and boot-id may be combined with the --app-specific=app-id switch to generate application-specific IDs. See sd_id128_get_machine(3) for the discussion when this is useful.
With invocation-id, the identifier of the current service invocation will be printed. This is available in systemd services. See systemd.exec(5).
OPTIONS¶
The following options are understood:-p, --pretty
-a app-id, --app-specific=app-id
-h, --help
--version
EXIT STATUS¶
On success, 0 is returned, a non-zero failure code otherwise.SEE ALSO¶
systemd(1), sd-id128(3), sd_id128_get_machine(3)systemd 241 |