Create Random Password

Tagged with: , , , , , , , ,

Use this command to create a random password


< /dev/urandom tr -dc A-Za-z0-9_ | head -c8

Also see…

Leave a Reply