1832143 Members
2904 Online
110038 Solutions
New Discussion

Re: Move user profile

 
SOLVED
Go to solution
juno2
Super Advisor

Move user profile

I will upgrade the UX box to Linux server soon, can suggest what is the simplest way to move the user profile ? thx.
5 REPLIES 5
Jerome Henry
Honored Contributor
Solution

Re: Move user profile

Hi Juno,

I don't know UX well, but from Linux to Linux, I would copy /etc/passwd and /etc/shadow files...

hth

J
You can lean only on what resists you...
Steven E. Protter
Exalted Contributor

Re: Move user profile

You would have to take the .profile (assuming you use posix or korn shell) and make it .bash_profile in the users home directory.

Then you will have to deal with any incompatabilities. Test heavily, and don't expect everything to work.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Balaji N
Honored Contributor

Re: Move user profile



try just moving the home directory to the linux box and add the user name / group name with the same uid/gid.

and instead of the default bash shell on linux, try using the same shell (sh/ksh) that is used on Unix.

and be alert when something is not working. could be because of incompatible config files.

good luck.
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Jean Marais
New Member

Re: Move user profile

did you manage to move your users from us to redhat and how did you do it?
Tvs
Regular Advisor

Re: Move user profile

hi

take a copy of /etc/passwd /etc/group and /etc/group. and the user home directory.

and upload it to linux server

but in linux passwd file having 12 fields and in unix having 7 fields ( linux having more like passwd aging and all).

you can try this. i don't know whether it will work or not
before that make a copy of all of this file and keep a root logged session in the linux server before doing this