0

Random UUID generation in linux

hi...,

i need to generate UUID on my linux machine... how can i generate random uuid.....?

UUID Add a comment
jack
asked Aug 30 2017

Answer

0

i think you forgot this..... just try as shown below........ !

# uuidgen

or

# cat /proc/sys/kernel/random/uuid

these both commands help you to create random uuid generation........!

Add a comment
jagan
asked Aug 30 2017
edited Oct 05 2018
Post your Answer