I want to pass the p option to encfs from the command line to set "paranoia mode," and alias the command to something else so users can work with it without knowing details.

Is there an option to pass "paranoia mode" from the command line?

link|improve this question
feedback

2 Answers

echo p | encfs ~/.encfs ~/encfs
encfs ~/.encfs ~/encfs <<< "p"
link|improve this answer
feedback
up vote 0 down vote accepted

it is enough to open a text file and type "p" in it then redirect stdin to it:

encfs /.encfs /ecfs

as simple as that!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.