I see. I usually reserve rdist for synchronizing a few files across multiple hosts. For local synchronization I'd use rsync, cpio, or tar: rsync example: rsync -avu /source/path /destination/path cpio example: cd /source/path; find . | cpio -pvumd /destination/path tar example: cd /source/path; tar cf - . | ( cd /destination/path && tar xvf - ) -Steve -----Original Message----- From: redhat-list-bounces@xxxxxxxxxx [mailto:redhat-list-bounces@xxxxxxxxxx] On Behalf Of Nguyen, Long P (Mission Systems) Sent: Tuesday, July 06, 2004 12:48 PM To: General Red Hat Linux discussion list Subject: RE: rdist command "Permission denied." I am trying to rdist locally as root from one path to another to retain all files and links on a redhat machine. -----Original Message----- From: redhat-list-bounces@xxxxxxxxxx [mailto:redhat-list-bounces@xxxxxxxxxx]On Behalf Of Rigler, Steve Sent: Tuesday, July 06, 2004 1:35 PM To: General Red Hat Linux discussion list Subject: RE: rdist command "Permission denied." You'll probably need to provide a little more info. >From the information about /etc/hosts.equiv I'd assume you're attempting to rdist via rsh, but you didn't really say. If you are, then are you attempting this as root and what platform is seahawk? -Steve -----Original Message----- From: redhat-list-bounces@xxxxxxxxxx [mailto:redhat-list-bounces@xxxxxxxxxx] On Behalf Of Nguyen, Long P (Mission Systems) Sent: Tuesday, July 06, 2004 11:46 AM To: redhat-list@xxxxxxxxxx Subject: rdist command "Permission denied." When I try to use 'rdist' I get this error: seahawk: updating host seahawk seahawk: LOCAL ERROR: Unexpected input from server: "Permission denied.". seahawk: updating of seahawk finished I have the hostname entry in the /etc/hosts.equiv file. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list