Workaround for any file errors that are not copied from the Skel directory in CentOS

Source: Internet
Author: User
Keywords Centos skel directory copying any files
Tags centos copy directory file files home directory network root

Wind Network (ithov.com) original article: Today, using the Useradd command to add a virtual user, and specified to the existing file directory, there is a warning message: This home directory already exists. Do not copy any files from the Skel directory.

[Root@localhost www]# useradd-d/webserver/www/ithovcom
Useradd: Warning: This home directory already exists.
Do not copy any files from the Skel directory.
[Root@localhost www]# ls
. &http://www.aliyun.com/zixun/aggregation/37954.html ">NBSP;
Found no copy of the. bash_logout,.bash_profile,.bashrc file in the Skel, the virtual user does not log in properly, the solution is as follows:

[Root@localhost www]# cd/etc/skel/
[Root@localhost skel]# ls
.  .. Bash_logout. Bash_profile BASHRC gnome2. Mozilla
[Root@localhost skel]# CP. bash_logout/webserver/www/
[Root@localhost skel]# CP. bash_profile/webserver/www/
[Root@localhost skel]# CP. bashrc/webserver/www/
[Root@localhost skel]# cd/webserver/www/
[Root@localhost www]# ls
.  .. . bash_logout. Bash_profile BASHRC
[Root@localhost www]# su ithovcom
[Ithovcom@localhost www]$

Look! Ithovcom users can log on normally!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.