Is there a way to transfer the passwd file from an old server to a new one without losing the entries that are already in the password file?
I thought about rsyncing it to a new directory and then stripping out the duplicates and then do a
I'm leery as I don't want to completely hose up a new install.
I thought about rsyncing it to a new directory and then stripping out the duplicates and then do a
echo /path/old_passwd >> /path/to/new/passwdI'm leery as I don't want to completely hose up a new install.