久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      centos怎么賦予普通用戶root權(quán)限

      centos怎么賦予普通用戶root權(quán)限

      賦予普通用戶root權(quán)限的方法:

      1、添加用戶,首先用adduser命令添加一個普通用戶,命令如下:

      #adduser tommy      //添加一個名為tommy的用戶 #passwd tommy       //修改密碼 Changing password for user tommy. New UNIX password:                //在這里輸入新密碼 Retype new UNIX password:         //再次輸入新密碼 passwd: all authentication tokens updated successfully.

      2、 修改 /etc/sudoers 文件,找到root用戶這一行,在root下面添加一行,如下所示:

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

      修改完畢,現(xiàn)在可以用tommy賬號登錄,然后用命令 sudo su – ,即可獲得root權(quán)限進(jìn)行操作了。

      推薦教程:centos教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號