Home ›
Encryption on Ubuntu: Just the commandsEncryption on Ubuntu: Just the commands
Submitted by Benjamin Melançon on September 18, 2011 - 11:27am
Searched words:
protect private data
For set-up, see https://help.ubuntu.com/community/FolderEncryption
Open:
encfs ~/.ncryptd ~/ncryptd
where ncryptd is the name of your directory. Note the dot (.) in front of ncryptd in the first parameter of the encfs command; the encrypted version is an entirely different directory and could have a completely fidderent name from the directory you decrypt it into.
Type your password. Then you can go into the now-populated, writable directory with cd ~/ncryptd
Close:
fusermount -u ~/ncryptd
Note: The close command does not autocomplete on directory names. You have to type it all out, correctly.
More like this
- rsync.net - Secure Offsite Backups, Offsite Data Storage and Remote Encrypted Filesystems, Offsite Backup
- Installing Chiliproject on Ubuntu 10.10
- Ubuntu's native Terminal not scrolling back through output on remote server
- Power To Ubuntu: My Kingdom for Yet Another Printer Driver
- Subversion client for Ubuntu: anything like TortoiseSVN?


Comments
Post new comment