I'm trying to copy a directory from one in-house host to another via rcp.
>From my ferret.wcc.edu host, I enter
# /> rcp -pr /raid/datatel16 eagles.wcc.edu:/raid
Permission denied.
and get the above error.
I executed the rcp command as user datatel on ferret:
# /> whoami
datatel
# /> groups datatel
system users wcccgrp source
The ferret host has the following directory permissions:
# /> pwd
/
# /> ls -alF | grep raid
drwxrwxr-x 20 root system 512 Oct 23 09:25 raid/
# /> cd raid
# /raid> pwd
/raid
# /raid> ls -alF | grep datatel16
drwxrwx--- 5 datatel source 512 Mar 20 2000 datatel16/
# /raid> cd datatel16
# /raid/datatel16> pwd
/raid/datatel16
# /raid/datatel16> ls -alF
total 5
drwxrwx--- 5 datatel source 512 Mar 20 2000 ./
drwxrwxr-x 20 root system 512 Oct 23 09:25 ../
drwxrwx--- 4 datatel source 512 Oct 16 12:41 educ/
drwxrwx--- 4 datatel source 512 Jan 24 2000 live/
drwxrwx--- 3 datatel source 512 Feb 2 2000 release/
The ferret host has the following entry in /etc/hosts.equiv:
eagles.wcc.edu
The eagles host has the following directory permission:
eagles.wcc.edu> ls -alF | grep raid
drwxrwxrwx 3 root system 8192 Oct 20 13:58 raid/
The eagles host has the following entry in /etc/hosts.equiv:
ferret.wcc.edu
Please tell me what I further need to do to be able to successfully rcp. I
experimented with .rhosts files on both hosts and also tried using
username_at_host in the rcp command to no avail.
thanks
===============================
Tully Holmes
Systems Administrator
Wyoming Community College Commission
2020 Carey Avenue 8th Floor
Cheyenne, WY 82002
(307)-777-6832
FAX: (307)-777-6567
tholmes_at_commission.wcc.edu
===============================
Received on Mon Oct 23 2000 - 20:11:52 NZDT