boy*_*axe 2 command-line 11.10 ecryptfs
就像标题一样,
boywithaxe@Xerxes:~$ sudo ecryptfs-migrate-home -u test
[sudo] password for boywithaxe:
sudo: ecryptfs-migrate-home: command not found
boywithaxe@Xerxes:~$
Run Code Online (Sandbox Code Playgroud)
我意识到这可能是一个非常愚蠢的问题,但谷歌搜索字符串没有返回任何内容。有任何想法吗?
您需要安装ecryptfs-utils,在终端上使用这些命令执行此操作
sudo apt-get update && sudo apt-get install ecryptfs-utils
Run Code Online (Sandbox Code Playgroud)
或ecryptfs-utils在 Ubuntu 软件中心寻找。
不要忘记您不应该sudo ecryptfs-migrate-home为当前登录的用户运行。