ubuntu 用戶問題 - Linux

Table of Contents

嗯 可以試試看這個方法

1.開終端機 用su 輸入root密碼 登入root

2.輸入visudo 會出現vi的畫面

3.找尋 "root ALL=(ALL) ALL" 這行

4.按i進入輸入模式

5.在3的這行下方新增 "想要的帳號 ALL=(ALL) ALL"

(輸入的時候不需要加雙引號,這裡標明用的而已)

6.按Esc

7.輸入:wq

8.結束


圖形介面的我就不知道了=.=~

我是用fedora 但我想命令模式應該都一樣


--


http://carl830.blogspot.com/


--

All Comments

Victoria avatarVictoria2009-03-17
感謝!!