umount (1) - Linux Manuals
umount: eCryptfs private unmount helper.
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:
This program will:
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).
~/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
On Debian and Ubuntu systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
FILES
~/.Private - underlying directory containing encrypted data
AUTHOR
This manpage and the umount.ecryptfs_private utility was written by Dustin Kirkland <kirkland [at] 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.
SEE ALSO