From 6a9da0db106494f5e7ce2c37e05bec02a9b08837 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 6 Jan 2016 16:55:38 +0100 Subject: Add EXAMPLES to manpage --- Documentation/MANPAGE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + -- cgit v1.2.3