Displaying 1 result from an estimated 1 matches for "usr_a".
Did you mean:
usr_t
2002 May 20
1
Numeric ids
...n transferring files using the user's
numeric id and gid. I have a user which resides on 2 remote sites, having
the same user names, but different uid and gid on both sites. I'm
transferring the files as a root user.
site A site B
-----------------------------------------------
usr_A usr_A
uid = 100 uid = 200
file1(usr_A)
However from the diagram above, I would like transfer file1 from site A to
site B to usr_A, and file1 does not exists for usr_A in site B. However,
when copying file1 from A to B, I would like to have usr_A's numeric id in
site A to be cop...