I building a new BSD Server.
my old Server has 50 users that I want to copy.
There are three files you need to copy from the old to the new server.
/etc/passwd
/etc/group
/etc/master.passwd
copy to the new server
than run on the new server
does it keep the User id and group id?
my old Server has 50 users that I want to copy.
There are three files you need to copy from the old to the new server.
/etc/passwd
/etc/group
/etc/master.passwd
copy to the new server
than run on the new server
pwd_mkdb -p /etc/master.passwd
does it keep the User id and group id?