I have setup the /.rhosts, /etc/hosts.equiv & the hosts file to contain the information of 2 box's I have networked together However when I use the rcp -rp to retain permissions on the files I move across are not retaining the permissions. Should be owner dev:medgrp but its changeing it to root:system owner. Does anyone know specifically what allows the retain permission or what I am missing?
/etc/hosts
# lines are allowed.
# Internet Address Hostname # Comments
# 192.9.200.1 net0sample # ethernet name/address
# 128.100.0.1 token0sample # token ring name/address
# 10.2.0.2 x25sample # x.25 name/address
127.0.0.1 loopback localhost # loopback (lo0) name/address
# 127.10.1.1 m5312
#172.20.1.240 m5312
172.20.1.2 old
172.20.1.1 m5312
#
/etc/hosts.equiv
# host user allows access to user on host
# + user allows access to user on any host
# host -user denies access to user on host
# -host denies access to all users on host
# -@group denies access to all users on hosts in group
# +@group1 +@group2 allows access to users in group2 on hosts in group1
old
m5312
/.rhosts
m5312 root
old root
#
/etc/hosts
# lines are allowed.
# Internet Address Hostname # Comments
# 192.9.200.1 net0sample # ethernet name/address
# 128.100.0.1 token0sample # token ring name/address
# 10.2.0.2 x25sample # x.25 name/address
127.0.0.1 loopback localhost # loopback (lo0) name/address
# 127.10.1.1 m5312
#172.20.1.240 m5312
172.20.1.2 old
172.20.1.1 m5312
#
/etc/hosts.equiv
# host user allows access to user on host
# + user allows access to user on any host
# host -user denies access to user on host
# -host denies access to all users on host
# -@group denies access to all users on hosts in group
# +@group1 +@group2 allows access to users in group2 on hosts in group1
old
m5312
/.rhosts
m5312 root
old root
#