GKGargi Kshirsagaringargi.hashnode.dev·Aug 27, 2023 · 2 min readDemystifying UUID in LinuxWhat 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...00