Demystifying UUID in Linux
Aug 27, 2023 · 2 min read · What Is UUID? UUID stands for Universal Unique Identifier which is 128-bit value helps to identify partitions in Linux. It is generated by using the libuuid library which is part of util-linux. UUID acts as a unique identifier for each partition on s...
Join discussion