diff options
author | Jakob Unterwurzacher | 2016-01-06 16:55:38 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-01-06 16:55:38 +0100 |
commit | 6a9da0db106494f5e7ce2c37e05bec02a9b08837 (patch) | |
tree | d13acaa3e582be423c1270673ec79951aa0ff8aa /Documentation/MANPAGE.md | |
parent | 6443691c7e3f281401da89fa6f832d0a563b7534 (diff) |
Add EXAMPLES to manpage
Diffstat (limited to 'Documentation/MANPAGE.md')
-rw-r--r-- | Documentation/MANPAGE.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 2e440b2..3677b76 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -99,3 +99,14 @@ mounting but makes the password susceptible to brute-force attacks (default 16) : Use all-zero dummy master key. This options is only intended for automated testing as it does not provide any security. + +EXAMPLES +======== + +Create and mount an encrypted filesystem: + +mkdir /tmp/g1 /tmp/g2 + +gocryptfs -init /tmp/g1 +gocryptfs /tmp/g1 /tmp/g2 + |