Posted in Command Line, Linux Linux Command to Generate a Password Binny V A October 22, 2008 2 Comments on Linux Command to Generate a Password Linux command to create a random password head -n1 /dev/urandom|md5sum -b|head -c 5 Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
I use the following command:
openssl rand -base64 6