- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rcp problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 12:35 AM
тАО10-08-2004 12:35 AM
host A can rcp file to host B by root a/c
rcp abc.txt root@hostB:/tmp --> it is Ok
but can't rcp file to host B by other user
rcp abc.txt user@hostB:/tmp ,
Permission denied.
I have updated the hostB ~user/.rhosts
#vi ~user/.rhosts
+ +
hostB user
but still not work , could suggest what is the problem ? thx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 12:39 AM
тАО10-08-2004 12:39 AM
Re: rcp problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 12:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 12:42 AM
тАО10-08-2004 12:42 AM
Re: rcp problem
Try and post.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 12:47 AM
тАО10-08-2004 12:47 AM
Re: rcp problem
You must need create .rhost file into the each $HOME directory of users requested by the rcp.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 12:57 AM
тАО10-08-2004 12:57 AM
Re: rcp problem
I think Permissions on the File being Copied by rcp should also matter.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 01:10 AM
тАО10-08-2004 01:10 AM
Re: rcp problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 01:20 AM
тАО10-08-2004 01:20 AM
Re: rcp problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2004 01:27 AM
тАО10-08-2004 01:27 AM
Re: rcp problem
But for normal users it is vice versa there.
You have to define in /etc/hosts.equiv file access there first then only that user file .rhosts there.
Try to look on /etc/hosts.equiv file on both hosts there. If you are having permission there only it will go to $HOME/.rhosts file there.
see man hosts.equiv file.
Try to put on /etc/hosts.equiv as
hostA
hostB +
hostB
hostA +
it will make it r* commands to work.
HTH.