#!/bin/bash
 
psd="/proc/sys/kernel/random/uuid"
echo $(cat $psd)
UUID=$(cat /proc/sys/kernel/random/uuid)
echo $UUID

 

相关文章: