今天搞環境的時候遇到兩個錯誤:
creating mailbox file: file exists.
useradd: warning: the home directory already exists.
not copying any file from skel directory into it.
乙個使用者目錄下配置錯了一些東西,懶得整理 打算重新刪了使用者再建立。
刪除成功,但是再次建立,執行useradd新增使用者時,出現錯誤:
在linux下用useradd新增使用者時,就出現了兩個提示資訊:
useradd: warning: the home directory already exists.
not copying any file from skel directory into it.
creating mailbox file: file exists
這是因為linux下新增使用者後,
除了會在/home目錄下 新增使用者名稱的資料夾,還會在系統裡自動加乙個郵箱(系統郵箱),路徑是:/var/spool/mail/使用者名稱.
可以執行以下命令,就ok了。
#rm
-rf /home/使用者名稱
#rm-rf /var/spool/mail/使用者名稱
centos7中建立使用者
需求 在centos7系統中建立乙個使用者,並賦予sudo許可權 一 建立使用者名為 test root localhost adduser test為該使用者建立密碼 二 授權 個人使用者的許可權只可以在本home下有完整許可權,其他目錄要看別人授權。而經常需要root使用者的許可權,這時候sud...
開發中遇到的細節問題
在androidmanifest.xml中新增了read phone state許可權,可是手機上一直報錯 問題產生原因 android6.0以上版本 編譯環境 targetsdkversion 23 沒做許可權的請求處理 android 6.0以上增加了動態獲取許可權api,不做處理會報錯。解決辦...
Centos7下批量建立使用者
bin bash this shell is use to bachusers if 1 then echo usage root batchusers elif f 1 then for line in cat 1 doname echo line cut d f1 useradd s bin b...