Creating a new user with other existing home directory is it possible?
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
You provide very little information. It would be nice to know your goal(s).
I suppose what you may be asking is if the new user can be configured to use the homedir of an existing user. I would not attempt to do it, but I submit a heavily qualified yes to what I believe the question to be. The qualifications are that some special configuration would be required, and that these special configurations might not be respected by some applications, leading to especially to write failures, but also to occasional read failures, after switching between users. Both users would have to share the same default group, and directory and file permissions would need to include group rw where normally they would only be read or none. Default umask of 022 would need to be changed to 002 for both. ACLs would most likely need custom configuration too.
If what you want only amounts to a switch, meaning discontinuing use of the original user, and creating a new user to use the homedir of the old user, then, yes, with reduced qualifications. Easier would probably be to change the login name and password on the original account.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.