Is there a way to chane my user account name from jerry to jerryvb without reinstalling? Thanks -- Rev. 1:7 ; Registered Linux User #153217
Jerry Van Brimmer wrote:
Is there a way to chane my user account name from jerry to jerryvb without reinstalling?
Provided that you don't need to change your UID, I think you can just change /etc/passwd, then rename your home directory. I'm sure that someone will correct me if I'm wrong. -- JAY VOLLMER JVOLLMER1@MN.RR.COM TEXT REFS DOUBLEPLUSUNGOOD SELFTHINK VERGING CRIMETHINK IGNORE FULLWISE
Thanks Jay, that sounds to easy to be true. Does anybody else have any input on this? On Fri, 29 Mar 2002 20:48:10 -0600 Jay Vollmer <jvollmer1@mn.rr.com> wrote:
Jerry Van Brimmer wrote:
Is there a way to chane my user account name from jerry to jerryvb without reinstalling?
Provided that you don't need to change your UID, I think you can just change /etc/passwd, then rename your home directory.
I'm sure that someone will correct me if I'm wrong.
-- JAY VOLLMER JVOLLMER1@MN.RR.COM TEXT REFS DOUBLEPLUSUNGOOD SELFTHINK VERGING CRIMETHINK IGNORE FULLWISE
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com
-- Rev. 1:7 ; Registered Linux User #153217
Be sure to check /etc/shadow and /etc/group. Typically SuSE sets up using the /etc/shadow to store the real user passwords and the user name is in there as well. Plus if you have made any extra configuration to smb.conf, sendmail, and so forth, you need to look there, as well. regards, jimmo On Saturday 30 March 2002 06:16, Jerry Van Brimmer wrote:
Thanks Jay, that sounds to easy to be true. Does anybody else have any input on this?
On Fri, 29 Mar 2002 20:48:10 -0600
Jay Vollmer <jvollmer1@mn.rr.com> wrote:
Jerry Van Brimmer wrote:
Is there a way to chane my user account name from jerry to jerryvb without reinstalling?
Provided that you don't need to change your UID, I think you can just change /etc/passwd, then rename your home directory.
I'm sure that someone will correct me if I'm wrong.
-- JAY VOLLMER JVOLLMER1@MN.RR.COM TEXT REFS DOUBLEPLUSUNGOOD SELFTHINK VERGING CRIMETHINK IGNORE FULLWISE
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com
-- --------------------------------------- "Be more concerned with your character than with your reputation. Your character is what you really are while your reputation is merely what others thing you are." -- John Wooden --------------------------------------- Be sure to visit the Linux Tutorial: http://www.linux-tutorial.info --------------------------------------- NOTE: All messages sent to me in response to my posts to newsgroups or forums are subject to reposting.
If I go into "Yast2/Security and Users/Edit and create users", I come to a screen where I can select my account, click on Edit, and then i see a screen where I could edit my login account. If I change my login name there, will Yast2 take care of changing my login name everywhere it's needed to change? On Sat, 30 Mar 2002 08:21:06 +0100 James Mohr <suse_mailing_list@jimmo.com> wrote:
Be sure to check /etc/shadow and /etc/group. Typically SuSE sets up using the /etc/shadow to store the real user passwords and the user name is in there as well. Plus if you have made any extra configuration to smb.conf, sendmail, and so forth, you need to look there, as well.
regards,
jimmo
On Saturday 30 March 2002 06:16, Jerry Van Brimmer wrote:
Thanks Jay, that sounds to easy to be true. Does anybody else have any input on this?
On Fri, 29 Mar 2002 20:48:10 -0600
Jay Vollmer <jvollmer1@mn.rr.com> wrote:
Jerry Van Brimmer wrote:
Is there a way to chane my user account name from jerry to jerryvb without reinstalling?
Provided that you don't need to change your UID, I think you can just change /etc/passwd, then rename your home directory.
I'm sure that someone will correct me if I'm wrong.
-- JAY VOLLMER JVOLLMER1@MN.RR.COM TEXT REFS DOUBLEPLUSUNGOOD SELFTHINK VERGING CRIMETHINK IGNORE FULLWISE
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com
-- --------------------------------------- "Be more concerned with your character than with your reputation. Your character is what you really are while your reputation is merely what others thing you are." -- John Wooden --------------------------------------- Be sure to visit the Linux Tutorial: http://www.linux-tutorial.info --------------------------------------- NOTE: All messages sent to me in response to my posts to newsgroups or forums are subject to reposting.
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com
-- Rev. 1:7 ; Registered Linux User #153217
On Fri, Mar 29, Jerry Van Brimmer wrote:
If I go into "Yast2/Security and Users/Edit and create users", I come to a screen where I can select my account, click on Edit, and then i see a screen where I could edit my login account. If I change my login name there, will Yast2 take care of changing my login name everywhere it's needed to change?
No, this is impossible. Thorsten -- Thorsten Kukuk http://www.suse.de/~kukuk/ kukuk@suse.de SuSE Linux AG Deutschherrenstr. 15-19 D-90429 Nuernberg -------------------------------------------------------------------- Key fingerprint = A368 676B 5E1B 3E46 CFCE 2D97 F8FD 4E23 56C6 FB4B
On Sat, 2002-03-30 at 03:35, Jerry Van Brimmer wrote:
Is there a way to chane my user account name from jerry to jerryvb without reinstalling?
Thanks
I would do it that way: - Create the new user jerryvb - Copy your old home directory to the new one: # cp -pR /home/jerry /home/jerryvb p --preserve permissions/ownership R --recursive This automatically overwrites the home directory created by YaST (1 or 2) - Adapt ownership: # chown -R jerryvb /home/cherryvb - Then delete user jerry in YaST, most recommendably _after_ having checked that everything works for jerryvb This is 'with reinstalling', if I got you right, but I don't think it's that great trouble, is it? Cheers ... Wolfi ============================================= mailto:wolfi_z@yahoo.com _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
participants (5)
-
James Mohr
-
Jay Vollmer
-
Jerry Van Brimmer
-
Thorsten Kukuk
-
wolfi