登入使用者時出現以下問題:
#su - wqq
-bash-4.1$
-bash-4.1$
檢視時發現環境變數檔案丟失造成的
解決方法:
# ls -la /etc/skel/
total 36
drwxr-xr-x. 4 root root 4096 jun 22 2016 .
drwxr-xr-x. 126 root root 12288 sep 13 17:16 ..
-rw-r--r--. 1 root root 18 aug 29 2012 .bash_logout
-rw-r--r--. 1 root root 176 aug 29 2012 .bash_profile
-rw-r--r--. 1 root root 124 aug 29 2012 .bashrc
drwxr-xr-x. 2 root root 4096 jul 14 2010 .gnome2
drwxr-xr-x. 4 root root 4096 jun 22 2016 .mozilla
將檔案拷貝到使用者下
# cp -a /etc/skel/.bash* /home/wqq
更改檔案的許可權
重新登入 ok~~~
# su - wqq
[wqq@test ~]$
Linux強制使用者下線
linux強制使用者下線 linux系統為多使用者多工系統,因此允許多個使用者登入到系統,有時候,我們需要強制某些使用者下線.前提 必須是root許可權 操作 1 使用who檢視目前有哪些使用者登入了伺服器,見下圖 root vm18 whoroot pts 0 2015 03 27 10 23 1...
linux強制使用者下線
linux系統為多使用者多工系統,因此允許多個使用者登入到系統,有時候,我們需要強制某些使用者下線.前提 必須是root許可權 操作 1 使用who檢視目前有哪些使用者登入了伺服器,見下圖 root vm18 who root pts 0 2015 03 27 10 23 192.168.9.188...
linux中使用者下的python版本切換
想要為某個特定使用者修改 python 版本,只需要在其 home 目錄下建立乙個 alias 別名 即可。開啟該使用者的 bashrc檔案,新增新的別名資訊來修改預設使用的 python 版本。要在會話之間保留別名,可以將它們儲存在使用者的shell配置檔案中。這可以是 bash bashrc z...