1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[root@izpo45bh60h6bsz ~]
# su - test1
su
: warning: cannot change directory to
/root/test1
: Permission denied
su
: failed to execute
/bin/tcsh
: No such
file
or directory
[root@izpo45bh60h6bsz ~]
# usermod -m -d /home/test1 test1
[root@izpo45bh60h6bsz ~]
# usermod -s /bin/bash test1
[root@izpo45bh60h6bsz ~]
# su - test1
-
bash
-4.2$
-
bash
-4.2$
ls
-a
. ..
[root@izpo45bh60h6bsz ~]
# install -m 640 -o test1 -g test1 /etc/skel/.bash* /home/test1/
[root@izpo45bh60h6bsz ~]
# su - test1
[test1@izpo45bh60h6bsz ~]$
|
本文转自 lccnx 51CTO博客,原文链接:http://blog.51cto.com/sonlich/1953798,如需转载请自行联系原作者