- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: command rcp:Permission denied
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
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
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
07-21-2004 02:48 PM
07-21-2004 02:48 PM
command rcp:Permission denied
permission denied information
i have two machines ,for example A and B,and
their hostName is also called A and B,
first ,in host B ,i modified /etc/host.equiv file and
add A in it and saved,
then in host A ,i used blew command:
rcp /tmp/aFile B:/tmp/bFile
but it wasn't worked and showed Permision denied,
why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 04:41 PM
07-21-2004 04:41 PM
Re: command rcp:Permission denied
Please, specify user, who received such a mistake.
Also, record from /etc/hosts.equiv will be welcome.
Correct permission for /usr/bin/rcp file is -rws--x--x. Please, check it.
Best regards,
Dmitry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 08:39 PM
07-21-2004 08:39 PM
Re: command rcp:Permission denied
As suggested in the post earlier, make sure that your permissions on the rcp binary are set as indicated.
Alternatively let us know the user who is doing this and also the permission on the rcp binary
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 09:22 PM
07-21-2004 09:22 PM
Re: command rcp:Permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 07:05 PM
07-22-2004 07:05 PM
Re: command rcp:Permission denied
Here some hints.
If you are giving a r-command as root, it will not check hosts.equiv.
For root, you must modify the /.rhosts file.
As Ralf said, have a look in the manpage of rcp, more exactly in the Basic Connection part.
Did you add the full qualified hostname in the hosts.equiv file ?
Rgrds
Joris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 07:38 PM
07-22-2004 07:38 PM
Re: command rcp:Permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 06:57 PM
07-23-2004 06:57 PM
Re: command rcp:Permission denied
If we want to use r* commands with out passwd, use $HOME/.rhosts file.
If you are trying for root users,
B - /.rhosts
A
or use + instead of A to give access to all machines from their root users
chmod 400 /.rhosts
A # remsh B hostname
You will get the hostname of B
If it is working then,
A # rcp localfile B:/tmp/remotefile
It will be succeed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 02:54 AM
07-26-2004 02:54 AM
Re: command rcp:Permission denied
Ann