zadsfad@ubuntu
我如何更改用户名 (zadsfad)?如果我更改主机名,则“ubuntu”部分也会更改。
我应该重新安装 Ubuntu 吗?
答案1
首先,确保您具有 root 登录权限,在 root shell 提示符下输入
usermod -l **new_username** -m -d /home/**new_username** **current_username**
然后退出并重新登录,就没问题了。
zadsfad@ubuntu
我如何更改用户名 (zadsfad)?如果我更改主机名,则“ubuntu”部分也会更改。
我应该重新安装 Ubuntu 吗?
首先,确保您具有 root 登录权限,在 root shell 提示符下输入
usermod -l **new_username** -m -d /home/**new_username** **current_username**
然后退出并重新登录,就没问题了。