1834882 Members
2297 Online
110071 Solutions
New Discussion

rcp error

 
CSP_ALGERIA
Frequent Advisor

rcp error

hello
i try to use rcp command with user other then root on HPUX 11.0 server i have this error :
rresvport:bind:permission denied
with root user i haven't this problem
could you help me
semmar
Nothing in the world can take the place of persistence.
3 REPLIES 3
Peter Godron
Honored Contributor

Re: rcp error

Semmar,
have you read this ealier thread:
forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=32571

solution was : chmod 4755 `which rsh`

Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
on how to reward any useful answers given to your questions.



Marco A.
Esteemed Contributor

Re: rcp error

This problem could be resolved by setting the uid bit as follows:

# chmod u=rxs /usr/bin/rcp

Note: The "execute" privilege must be applied in order for
the proper "sticky bit" to be set.

or

# chmod 4555 /usr/bin/rcp

Permissions, owner and group for /usr/bin/rcp are as follows:

-r-sr-xr-x 1 root bin 32768 Jul 22 1998 /usr/bin/rcp


Hope this helps

Regards,
Just unplug and plug in again ....
Peter Godron
Honored Contributor

Re: rcp error

Semmar,
how are you getting on with this problem ?

Can you please update this thread, either with points and closure solution or with the lastest status.

Many Thanks