New version of the problem

maobin

New member
Joined
Apr 26, 2011
Messages
5
Version:1.38.3

1.

New User,does not generate files: .bashrc .bash_logout,

Cause ssh:-bash-3.2$

2.

Version changed?

user[504] => access [503]
user[504] => user[504]
 
Version:1.38.3

1.

New User,does not generate files: .bashrc .bash_logout,

Cause ssh:-bash-3.2$

2.

Version changed?

user[504] => access [503]
user[504] => user[504]

3.

Default vm-Pop3d is stop?
 
Since most new users on DA systems don't have ssh access, creating .bashrc or .profile files shouldn't normally be an issue.

If you really want them created, you should make sure your have a skeleton created for new users. In CentOS/RHEL that would be in /etc/skel you would have the default file structure you want for new users.

For example:
Code:
[root@krusty skel]# ls -la /etc/skel
total 20
drwxr-xr-x  2 root root 4096 Nov 11 10:14 .
drwxr-xr-x 63 root root 4096 Apr 27 00:14 ..
-rw-r--r--  1 root root   33 Jan 21  2009 .bash_logout
-rw-r--r--  1 root root  176 Jan 21  2009 .bash_profile
-rw-r--r--  1 root root  124 Jan 21  2009 .bashrc
 
Back
Top