# generating random string in bash echo $RANDOM | md5sum | head -c 20; echo; cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20; echo;