MAN page from Fedora 26 ecryptfs-simple-2016.11.16.1-3.fc26.i686.rpm
ECRYPTFS-SIMPLE
Section: User Commands (1)
Updated: März 2017
Index NAME
ecryptfs-simple - manual page for ecryptfs-simple 2016.11.16.1
SYNOPSIS
ecryptfs-simple[
,OPTION/...]
DESCRIPTION
- [<source dir> <target dir> | <source dir> | <target dir>]
Mount and unmount arbitrary directories with eCryptfs. ecryptfs-simple willcheck that the real user has full permissions to both the source and the targetdirectories before proceeding.
- -a, --automount
- Automatically mount the directory using savedparameters. The user will be prompted forparameters as usual the first time this isinvoked, but subsequent calls will re-use thepreviously supplied parameters. Parameters arestored in a file in the configuration directory.The name of the file is a SHA512 hash of thesource directory's full path.
- -c, --config=<path>
- Set a custom configuration file path. If <path>begins with "//" then it will be take as relativeto the source directory.
- -k, --unlink
- Unlink the associated key from the keyring whenunmounting a directory. If the directory ismounted then the keys will be parsed from themount options. If the directory is not mounted andthe automount option is given, then the keys willbe parsed from the configuration file. Thisimplies unmount.
- -o <name>=<value>[,<name>=<value>...]
- Mount options to pass to eCryptfs. See "manecryptfs" for a full list of options. Example: "-okey=passphrase,ecryptfs_cipher=aes,ecryptfs_key_bytes=16"
- --print-config-path
- Print the configuration file path for the givendirectory path.
- -r, --reset
- Resets previously saved parameters associated withthe given source directory by removing theconfiguration file.
- --readonly
- Mount the volume in read only mode.
- -u, --unmount
- Unmount the given directory. If the sourcedirectory is given, an attempt will be made tounmount all associated mountpoints.
- -x, --exclude=<name>[,<name>...]
- Exclude the given options from the parameter filewhen automatically mounting. Use an alias orscript to avoid giving this option each timeecryptfs-simple is invoked.
- -?, --help
- Give this help list
- --usage
- Give a short usage message
- -V, --version
- Print program version
Mandatory or optional arguments to long options are also mandatory or optionalfor any corresponding short options.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
This document was created byman2html,using the manual pages.