/etc/skel - everything from skel directory is copied to user directory when user is created
/etc/skel - everything from skel directory is copied to user directory when user is created
[root@localhost /]# ls -lart /etc/skel/
total 24
-rw-r--r--. 1 root root 231 Aug 2 2016 .bashrc
-rw-r--r--. 1 root root 193 Aug 2 2016 .bash_profile
-rw-r--r--. 1 root root 18 Aug 2 2016 .bash_logout
drwxr-xr-x. 3 root root 78 Sep 10 12:24 .
drwxr-xr-x. 4 root root 39 Sep 10 12:24 .mozilla
drwxr-xr-x. 139 root root 8192 Oct 15 09:27 ..
[root@localhost /]#
[root@localhost /]# ls -lart /etc/skel/
total 24
-rw-r--r--. 1 root root 231 Aug 2 2016 .bashrc
-rw-r--r--. 1 root root 193 Aug 2 2016 .bash_profile
-rw-r--r--. 1 root root 18 Aug 2 2016 .bash_logout
drwxr-xr-x. 3 root root 78 Sep 10 12:24 .
drwxr-xr-x. 4 root root 39 Sep 10 12:24 .mozilla
drwxr-xr-x. 139 root root 8192 Oct 15 09:27 ..
[root@localhost /]#
Comments
Post a Comment