Добавить
Уведомления

Create an Encrypted Filesystem on Linux

Create an Encrypted Filesystem # install encfs sudo apt-get install encfs # create two new folders mkdir /root/.encrypted mkdir /root/decrypted # create an encrypted filesystem encfs /root/.encrypted /root/decrypted # show mounts mount | grep enc # unmount /root/decrypted fusermount -u /root/decrypted # mount /root/encrypted to /root/decrypted/ encfs /root/encrypted /root/decrypted/

12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

Create an Encrypted Filesystem # install encfs sudo apt-get install encfs # create two new folders mkdir /root/.encrypted mkdir /root/decrypted # create an encrypted filesystem encfs /root/.encrypted /root/decrypted # show mounts mount | grep enc # unmount /root/decrypted fusermount -u /root/decrypted # mount /root/encrypted to /root/decrypted/ encfs /root/encrypted /root/decrypted/

, чтобы оставлять комментарии