Linux中添加使用者、刪除使用者時新手可能遇到的問題

來源:互聯網
上載者:User

標籤:style   http   color   使用   檔案   ar   問題   log   linux   

Linux中添加使用者、刪除使用者時新手可能遇到的問題
 1.建立新使用者後切換到新使用者:No directory, logging in with HOME=/
    添加使用者    #sudo useradd -m -s /bin/bash -g group loginname    -m 建立home目錄 (不加這個要手動添加目錄,不然會出現No directory,Logging in with HOME=/ )    -s /bin/bash 使用bash( 預設為 /bin/sh 使用預設不會在 $ 符前面出現[email protected])    -g 組然後使用passwd更改使用者密碼


 2.刪除使用者的時候:userdel: user hbase is currently logged in
     或是:userdel: user test is currently used by process 2417           userdel: cannot open /etc/subuid
    網上很多的解決解決方案如下:
    $mv /var/run/utmp /var/run/utmp_
    $touch > /var/run/utmp
    關於:/var/run/utmp
    utmp是一個檔案,除了utmp程式你不能編輯這個檔案,刪掉他的話,當前登陸資訊都會丟失。
    這個檔案在每次機器reboot起來後都會重新建立。
    
    但是,本人自己實驗了還是不行,依舊得到同樣的提示
    那就暴力刪除該使用者吧:
    $userdel -r -f XXXX
    提示:userdel: warning: can‘t remove /var/mail/git: No such file or directory
    userdel: git home directory (/home/git) not found
但是沒關係。實際上已成功刪除使用者。
    如所示:
       
    


Linux中添加使用者、刪除使用者時新手可能遇到的問題

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.