System Grab Bag

View all TLDR pages from common (or from all pages)

pwgen

Generate pronounceable passwords. More information: https://github.com/tytso/pwgen.
  • Generate random password with s[y]mbols:
    pwgen -y {{length}}
  • Generate secure, hard-to-memorize passwords:
    pwgen -s {{length}}
  • Generate password with at least one capital letter in them:
    pwgen -c {{length}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.