userdel
在 GNU/Linux 系统上,我在其德语版本的手册页中发现了以下有关选项的内容(对我来说似乎是非常令人困惑的条目) :
我真的很抱歉,但我无法真正为您提供翻译,因为 a) 我不明白它的意思(即使以德语为母语)和 b) 我不明白这个选项的含义去做。
答案1
这是我的英文手册页中的版本:
-R, --root CHROOT_DIR
Apply changes in the CHROOT_DIR directory and use the
configuration files from the CHROOT_DIR directory.
换句话说,/etc/passwd
你不是在编辑和朋友,而是在编辑CHROOT_DIR/etc/passwd
。
例如,您可以启动 Live CD,将硬盘驱动器安装为/mnt
,然后使用-R /mnt
编辑其用户。