UUIDPARSE(1) | User Commands | UUIDPARSE(1) |
uuidparse - a utility to parse unique identifiers
uuidparse [options] uuid
This command will parse unique identifier inputs from either command line arguments or standard input. The inputs are white-space separated.
NCS | Network Computing System identifier. These were the original UUIDs. |
DCE | The Open Software Foundation's (OSF) Distributed Computing Environment UUIDs. |
Microsoft | Microsoft Windows platform globally unique identifier (GUID). |
other | Unknown variant. Usually invalid input data. |
nil | Special type for zero in type file. |
time-based | The DCE time based. |
DCE | The DCE time and MAC Address. |
name-based | RFC 4122 md5sum hash. |
random | RFC 4122 random. |
sha1-based | RFC 4122 sha-1 hash. |
unknown | Unknown type. Usually invalid input data. |
The uuidparse command is part of the util-linux package and is available from Linux Kernel Archive.
2017-06-18 | util-linux |