- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot execute rcp
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
10-14-2002 02:44 AM
10-14-2002 02:44 AM
With the command "rcp file.name wkstn:/tmp" I get the error: "cannot execute"
It works fine from several other servers, running both HP-UX 10.20 and 11.0.
What is going wrong?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 02:47 AM
10-14-2002 02:47 AM
Re: Cannot execute rcp
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 02:55 AM
10-14-2002 02:55 AM
Re: Cannot execute rcp
That could explain something!
---------- 1 root bin 49152 Aug 7 2000 /usr/bin/rcp
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 02:59 AM
10-14-2002 02:59 AM
Re: Cannot execute rcp
$ ll /usr/bin/rcp
-r-sr-xr-x...1..root.......bin ..........45056..Jul..2..2001../usr/bin/rcp
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 03:03 AM
10-14-2002 03:03 AM
Re: Cannot execute rcp
Is there a reason for the permissions being 000? I notice that in the same directory, remsh, rlogin, tftp, uucp and uux are all 000 permissions.
Or can I simply chmod them all?
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 03:06 AM
10-14-2002 03:06 AM
SolutionThe only thing I can think of is that some administrator wanted to disable the "r" commands. I would chmod them.
$ ll remsh rlogin tftp uucp uux
-r-sr-xr-x 1 root bin 28672 Jul 2 2001 remsh
-r-sr-xr-x 1 root bin 36864 Jul 9 2001 rlogin
-r-xr-xr-x 1 bin bin 32768 Nov 14 2000 tftp
-r-sr-xr-x 1 uucp bin 57344 Nov 14 2000 uucp
-r-sr-xr-x 1 uucp bin 53248 Nov 14 2000 uux
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 03:25 AM
10-14-2002 03:25 AM
Re: Cannot execute rcp
Thanks. I think your theory about the SysAdmin is correct.
John