mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
499 B
Plaintext
22 lines
499 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# keepass2
|
|
|
|
> A light-weight password manager.
|
|
> More information: <https://manned.org/keepass2>.
|
|
|
|
- Start KeePass 2, opening the most recently opened password database:
|
|
|
|
`keepass2`
|
|
|
|
- Start KeePass 2, opening a specific password database:
|
|
|
|
`keepass2 {{path/to/database.kbdx}}`
|
|
|
|
- Use a specific key file to open a password database:
|
|
|
|
`keepass2 {{path/to/database.kbdx}} -keyfile:{{path/to/key_file.key}}`
|