If your user accounts are in a separate partition and all in one place like /export/home you can use ufsdump on the partition. If your user accounts are not in a separate partition you can use tar -cfp to a tape. The p option will keep the owner/group privileges when you extract the tar file on your new server.
May not be the best option, but works, nice thing even it keep the passwd intact.
upload the /etc/passwd, /etc/group & /etc/shadow files & edit these to keep only the users,groups you want to add.
Concatenate these edited files to respective files on the new system. then create home dir thru a script or manually.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.