文章主要介紹一下ubuntu系統增加使用者,並且針對新新增使用者終端沒有補全和字型只有白色做乙個設定。目前網路上有針對兩個問題都有介紹,但是沒有兩個放在一起介紹的,費了不少時間找相關教程,所以寫成乙個節省後來者時間。
1:新增使用者
useradd user1
passwd user1
2:建立使用者目錄
usermod –d /users/us1 user1
3:更改使用者資料夾歸屬屬性
chown -r user1:users /users/user1
4:更改bash的指向
usermod -s /bin/bash user1
5.在使用者端更改終端顏色
(參考5.1首先
su user1
拷貝預設的.bashrc過來
cp /etc/skel/.bashrc ~/
5.2然後建立.profile檔案
vi ~/.profile
貼上下面的內容
# ~/.profile: executed by bourne-compatible login shells.
if [ "$bash" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fifi
mesg n
5.3 想立即生效,執行下面命令
source ~/.profile
Linux新增FTP使用者並設定許可權
在linux中新增ftp使用者,並設定相應的許可權,操作步驟如下 1 環境 ftp為vsftp。被限制使用者名為test。被限制路徑為 home test 2 建使用者 在root使用者下 useradd d home test g ftp test 增加使用者test,並制定test使用者的主目錄...
Linux新增FTP使用者並設定許可權
在linux中新增ftp使用者,並設定相應的許可權,操作步驟如下 1 環境 ftp為vsftp。被限制使用者名為test。被限制路徑為 home test 2 建使用者,命令列狀態下,在root使用者下 執行命令 useradd d home test test 增加使用者test,並制定test使...
Linux安裝svn並新增使用者許可權
1.subversion 1.6.17.tar.gz 2.subversion deps 1.6.17.tar.gz 二 建立使用者並解壓安裝包 tar xzvf subversion deps 1.6.17.tar.gz 2.tar xzvf subversion 1.6.17.tar.gz 三 ...