----新增使用者newusername
useradd newusername
---設定密碼
passwd newusername
----輸入兩次密碼
---加入root使用者組
usermod -aG root newusername
----修改/etc/sudoers
visudo
shift+g
切換到最後一行,並在最後一行新增一下命令
newusername ALL=(ALL:ALL) ALL
新建使用者並將使用者新增到root使用者組內
相關文章
- linux建立使用者並新增到sudo使用者組中Linux
- CentOS 新建使用者並授予root許可權CentOS
- root加到hadoop的hdfs使用者組內Hadoop
- Linux 中新建使用者和組Linux
- Linux命令分享- 新建使用者和組命令Linux
- oracle新建使用者,表空間,並授權Oracle
- Vagrant 新增 root 使用者
- linux 禁止普通使用者su到root使用者Linux
- 1.7.5. 將使用者新增到密碼檔案中密碼
- 在 Linux 中把使用者新增到組的四個方法Linux
- 使用者組和使用者
- linux 新建使用者授權Linux
- ubuntu22.04桌面版開啟root使用者登陸並開啟root使用者遠端ssh連線Ubuntu
- 【Linux】使用者和使用者組Linux
- CentOS7 下新建使用者並限制使用者訪問許可權指定到特定目錄CentOS訪問許可權
- Linux下建立root/普通使用者Linux
- MySQL的Root使用者密碼MySql密碼
- (四)Linux之使用者管理(使用者和使用者組)Linux
- linux13-使用者,使用者組Linux
- Linux 使用者和使用者組管理Linux
- linux使用者使用者組與ACLLinux
- 如何讓普通使用者獲取root使用者的許可權
- MySql中新增使用者,新建資料庫,使用者授權,刪除使用者,修改密碼MySql資料庫密碼
- Oracle中新建表空間、使用者Oracle
- Oracle新建使用者、表空間、表Oracle
- 教你如何手動新建Linux使用者Linux
- 09-使用者與使用者組管理
- 01_Ubuntu啟用root使用者Ubuntu
- Kali Linux快速切換root使用者Linux
- Linux中如何啟用root使用者Linux
- LINUX忘記ROOT使用者密碼處理方法(linux單使用者模式)Linux密碼模式
- 使用root使用者啟動hadoop報錯Hadoop
- 讓root使用者有super許可權
- Ubuntu Linux中如何啟用root使用者UbuntuLinux
- Kali Linux 2020.1修改root使用者密碼Linux密碼
- linux 非root使用者原始碼安裝Linux原始碼
- mysql如何修改root使用者的密碼MySql密碼
- mysql 8 如何重置 root 使用者密碼MySql密碼