Debian 上创建新的用户
Posted onefri
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Debian 上创建新的用户相关的知识,希望对你有一定的参考价值。
Debian 上创建新的用户
使用Gnome的窗口界面创建
使用Linux的命令创建
- 添加用户: useradd -d /home/your_username -m your_username
添加密码: passwd your_username
删除用户:userdel your_username
以上是关于Debian 上创建新的用户的主要内容,如果未能解决你的问题,请参考以下文章