I need to transfer users from one server to another.
For testing i tried to add a user into one server and copy its details from /etc/passwd, /etc/groups, /etc/master.passwd to other server created his home directory (couldnot chown) and login but this failed.
Can anyone suggest me how to do this? If this has been discussed earlier please give me the link.
Server Details
For testing i tried to add a user into one server and copy its details from /etc/passwd, /etc/groups, /etc/master.passwd to other server created his home directory (couldnot chown) and login but this failed.
Can anyone suggest me how to do this? If this has been discussed earlier please give me the link.
Code:
TestServer# chown testing1:testing1 testing1/
chown: testing1: Invalid argument
Server Details
Code:
FreeBSD TestServer 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
[email]root@dessler.cse.buffalo.edu[/email]:/usr/obj/usr/src/sys/GENERIC i386