Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> Linux系統常見問題解答 >> linux給普通用戶增加sudo權

linux給普通用戶增加sudo權

日期:2017/1/20 17:36:08      編輯:Linux系統常見問題解答

在超級用戶模式下給普通用戶增加sudo權限

1. su -(進入root用戶)

2. chmod u+w /etc/sudoer

3. vim /etc/sudoers

在root ALL=(ALL) ALL下面添加 username ALL=(ALL) ALL (username是待增加權限的普通用戶的用戶名)

4. chmod u-w /etc/sudoer

Copyright © Windows教程網 All Rights Reserved