1 Answer
For that there is a command called mkpasswd. Each time when the command is executed, it will generate the password with 9 characters as default.
To generate the long password, open the command execution file and edit as follows.
# vim /usr/bin/mkpasswd
set length 15
Now when you give mkpasswd command, it will generate with length of 15 characters.
Your Answer
x