Linux - Newbie This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
05-08-2017, 02:01 AM
|
#1
|
LQ Newbie
Registered: May 2017
Posts: 2
Rep:
|
Creating a new user with other existing home directory is it possible?
Creating a new user with other user existing home directory is it possible?
|
|
|
05-08-2017, 02:04 AM
|
#2
|
Senior Member
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077
|
If I understand your question correctly, you want to create a new user, but you want to use an existing home directory.
Assuming you want to create user foo but use /home/bar as home directory:
Code:
# useradd --no-create-home --home-dir /home/bar foo
Done.
You may have to adjust the permissions for /home/bar accordingly.
|
|
1 members found this post helpful.
|
05-08-2017, 02:28 AM
|
#3
|
LQ Guru
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 6,109
|
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.
|
|
|
05-08-2017, 02:51 AM
|
#4
|
LQ Newbie
Registered: May 2017
Posts: 2
Original Poster
Rep:
|
Thanks!
Hi Mr Mazda,
Thanks for quick response and from next time ill provide complete information about the Thread.
|
|
|
All times are GMT -5. The time now is 08:19 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|