<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot execute rcp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825034#M87416</link>
    <description>John,&lt;BR /&gt;&lt;BR /&gt;The only thing I can think of is that some administrator wanted to disable the "r" commands.  I would chmod them.&lt;BR /&gt;$ ll remsh rlogin tftp uucp uux&lt;BR /&gt;-r-sr-xr-x   1 root       bin          28672 Jul  2  2001 remsh&lt;BR /&gt;-r-sr-xr-x   1 root       bin          36864 Jul  9  2001 rlogin&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          32768 Nov 14  2000 tftp&lt;BR /&gt;-r-sr-xr-x   1 uucp       bin          57344 Nov 14  2000 uucp&lt;BR /&gt;-r-sr-xr-x   1 uucp       bin          53248 Nov 14  2000 uux&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Mon, 14 Oct 2002 10:06:57 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2002-10-14T10:06:57Z</dc:date>
    <item>
      <title>Cannot execute rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825029#M87411</link>
      <description>I am trying to copy a file from an A-class server to a workstation, both are running HP-UX 11.0.&lt;BR /&gt;&lt;BR /&gt;With the command "rcp file.name wkstn:/tmp" I get the error: "cannot execute"&lt;BR /&gt;&lt;BR /&gt;It works fine from several other servers, running both HP-UX 10.20 and 11.0.&lt;BR /&gt;&lt;BR /&gt;What is going wrong?</description>
      <pubDate>Mon, 14 Oct 2002 09:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825029#M87411</guid>
      <dc:creator>Deborah Grierson</dc:creator>
      <dc:date>2002-10-14T09:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825030#M87412</link>
      <description>What are the permissions on /usr/bin/rcp?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 14 Oct 2002 09:47:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825030#M87412</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-14T09:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825031#M87413</link>
      <description>Pete,&lt;BR /&gt;That could explain something!&lt;BR /&gt;&lt;BR /&gt;---------- 1 root bin 49152 Aug 7 2000 /usr/bin/rcp&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Mon, 14 Oct 2002 09:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825031#M87413</guid>
      <dc:creator>Deborah Grierson</dc:creator>
      <dc:date>2002-10-14T09:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825032#M87414</link>
      <description>Yep, that would make it a bit difficult to execute, wouldn't it?&lt;BR /&gt;$ ll /usr/bin/rcp&lt;BR /&gt;-r-sr-xr-x...1..root.......bin ..........45056..Jul..2..2001../usr/bin/rcp&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 14 Oct 2002 09:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825032#M87414</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-14T09:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825033#M87415</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Or can I simply chmod them all?&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2002 10:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825033#M87415</guid>
      <dc:creator>Deborah Grierson</dc:creator>
      <dc:date>2002-10-14T10:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825034#M87416</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;The only thing I can think of is that some administrator wanted to disable the "r" commands.  I would chmod them.&lt;BR /&gt;$ ll remsh rlogin tftp uucp uux&lt;BR /&gt;-r-sr-xr-x   1 root       bin          28672 Jul  2  2001 remsh&lt;BR /&gt;-r-sr-xr-x   1 root       bin          36864 Jul  9  2001 rlogin&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          32768 Nov 14  2000 tftp&lt;BR /&gt;-r-sr-xr-x   1 uucp       bin          57344 Nov 14  2000 uucp&lt;BR /&gt;-r-sr-xr-x   1 uucp       bin          53248 Nov 14  2000 uux&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 14 Oct 2002 10:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825034#M87416</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-14T10:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825035#M87417</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;Thanks. I think your theory about the SysAdmin is correct.&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2002 10:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-rcp/m-p/2825035#M87417</guid>
      <dc:creator>Deborah Grierson</dc:creator>
      <dc:date>2002-10-14T10:25:58Z</dc:date>
    </item>
  </channel>
</rss>

