命令创建账号和密码
adduser Mysticbinary #添加一个Mysticbinary用户
passwd Mysticbinary
# 输入密码
授予可以切换root的权限
修改/etc/sudoers文件。
vim /etc/sudoers
# Allow root to run any commands anywhere
root ALL=(ALL) ALL
Mysticbinary ALL=(ALL) ALL
修改完后,就可以用Mysticbinary帐号登录,然后用命令 su –
或者su root
,切换到root权限。
原文地址:https://www.cnblogs.com/mysticbinary/p/12614489.html
时间: 2024-10-13 14:43:46