Man page - umount.ecryptfs_private(1)
Packages contains this manual
- ecryptfs-rewrap-passphrase(1)
- mount.ecryptfs_private(1)
- ecryptfsd(8)
- ecryptfs-umount-private(1)
- ecryptfs(7)
- ecryptfs-add-passphrase(1)
- ecryptfs-unwrap-passphrase(1)
- ecryptfs-manager(8)
- ecryptfs-mount-private(1)
- ecryptfs-wrap-passphrase(1)
- ecryptfs-recover-private(1)
- ecryptfs-rewrite-file(1)
- ecryptfs-stat(1)
- ecryptfs-verify(1)
- ecryptfs-generate-tpm-key(1)
- umount.ecryptfs(8)
- umount.ecryptfs_private(1)
- ecryptfs-insert-wrapped-passphrase-into-keyring(1)
- ecryptfs-find(1)
- ecryptfs-migrate-home(8)
- pam_ecryptfs(8)
- ecryptfs-setup-private(1)
- mount.ecryptfs(8)
- ecryptfs-setup-swap(1)
apt-get install ecryptfs-utils
Manual
umount.ecryptfs_private
NAMESYNOPSIS
OPTIONS
DESCRIPTION
FILES
SEE ALSO
AUTHOR
NAME
umount.ecryptfs_private - eCryptfs private unmount helper.
SYNOPSIS
umount.ecryptfs_private [-f]
NOTE: This program will not clear the relevant keys from the userβs keyring. For this reason, it is recommended that users use ecryptfs-umount-private (1) instead!
OPTIONS
Options available for the umount.ecryptfs_private command:
|
-f |
Force the unmount, ignoring the value of the mount counter in /tmp/ecryptfs-USERNAME-Private |
DESCRIPTION
umount.ecryptfs_private is a mount helper utility for non-root users to unmount a cryptographically mounted private directory, Λ/Private.
If, and only if:
- the private mount passphrase is in their kernel keyring,
and
- the current user owns both Λ/.Private and
Λ/Private, and
- Λ/.Private is currently mounted on Λ/Private
- the mount counter is 0 (counter is ignored if -f option is
used)
This program
will:
- unmount Λ/Private
The only setuid operationis in this program are the call to umount and updating /etc/mtab .
The system administrator can add the pam_ecryptfs.so module to the PAM stack and automatically perform the unmount on logout. See pam_ecryptfs (8).
FILES
Λ/.Private - underlying directory containing encrypted data
Λ/Private - mountpoint containing decrypted data (when mounted)
Λ/.ecryptfs/Private.sig - file containing signature of mountpoint passphrase
/tmp/ecryptfs-USERNAME-Private - file containing the mount counter, incremented on each mount, decremented on each unmount
SEE ALSO
ecryptfs
(7),
ecryptfs-setup-private
(1),
keyctl
(1),
mount
(8),
mount.ecryptfs_private
(1),
pam_ecryptfs
(8)
/usr/share/doc/ecryptfs-utils/ecryptfs-faq.html
http://ecryptfs.org/
AUTHOR
This manpage and the umount.ecryptfs_private utility was written by Dustin Kirkland <kirkland@ubuntu.com> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
On Debian and Ubuntu systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.