linux CentOS5.5 添加Root許可權使用者方法總結

來源:互聯網
上載者:User

文章介紹了linux CentOS5.5 添加Root許可權使用者方法總結,有需要的朋友可參考一下。

v作業系統:CentOS 5.5

1、添加使用者,首先用adduser命令添加一個普通使用者:

 代碼如下 複製代碼
#adduser junguoguo//添加一個名為junguoguo的使用者
#passwd junguoguo //修改密碼
Changing password for user junguoguo.
New UNIX password: //在這裡輸入新密碼
Retype new UNIX password: //再次輸入新密碼
passwd: all authentication tokens updated successfully.

2、賦予root許可權
方法一: 修改 /etc/sudoers 檔案,找到下面一行,把前面的注釋(#)去掉

 代碼如下 複製代碼

## Allows people in group wheel to run all commands
%wheel ALL=(ALL) ALL
然後修改使用者,使其屬於root組(wheel):
#usermod -g root junguoguo

修改完畢,現在可以用junguoguo帳號登入,然後用命令 su – ,即可獲得root許可權進行操作。

方法二: 修改 /etc/sudoers 檔案,找到下面一行,在root下面添加一行,如下所示:

 代碼如下 複製代碼

## Allow root to run any commands anywhere
root ALL=(ALL) ALL
junguoguo ALL=(ALL) ALL

修改完畢,現在可以用junguoguo帳號登入,然後用命令 su – ,即可獲得root許可權進行操作。

上面方法我覺得方法二是最好的,大家可參考下下。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.