<?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 Softlink in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/softlink/m-p/3126728#M152117</link>
    <description>lrwx------   1 root       sys             16 Nov 18 03:30 scp -&amp;gt; /opt/ssh/bin/scp&lt;BR /&gt;&lt;BR /&gt;chmod 755 scp &lt;BR /&gt;=&amp;gt; 700&lt;BR /&gt;&lt;BR /&gt;I need 755! What can I do ?</description>
    <pubDate>Sun, 23 Nov 2003 08:05:31 GMT</pubDate>
    <dc:creator>Daniela Pinger</dc:creator>
    <dc:date>2003-11-23T08:05:31Z</dc:date>
    <item>
      <title>Softlink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/softlink/m-p/3126728#M152117</link>
      <description>lrwx------   1 root       sys             16 Nov 18 03:30 scp -&amp;gt; /opt/ssh/bin/scp&lt;BR /&gt;&lt;BR /&gt;chmod 755 scp &lt;BR /&gt;=&amp;gt; 700&lt;BR /&gt;&lt;BR /&gt;I need 755! What can I do ?</description>
      <pubDate>Sun, 23 Nov 2003 08:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/softlink/m-p/3126728#M152117</guid>
      <dc:creator>Daniela Pinger</dc:creator>
      <dc:date>2003-11-23T08:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Softlink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/softlink/m-p/3126729#M152118</link>
      <description>Hi Daniela,&lt;BR /&gt;&lt;BR /&gt;The permissions of a symbolic link itself is ignored, it is only the permissions of the target file that you need be concerned with. The "ln" manpage discusses this in more depth.&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;&lt;BR /&gt;James.</description>
      <pubDate>Sun, 23 Nov 2003 08:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/softlink/m-p/3126729#M152118</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2003-11-23T08:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Softlink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/softlink/m-p/3126730#M152119</link>
      <description>Thought I'd add, if you really wanted the permissions to be 755 for whatever reason you could alter your umask to be 022 and re-create the link :&lt;BR /&gt;&lt;BR /&gt;# rm scp&lt;BR /&gt;# umask 022&lt;BR /&gt;# ln -s /opt/ssh/bin/scp scp&lt;BR /&gt;</description>
      <pubDate>Sun, 23 Nov 2003 09:03:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/softlink/m-p/3126730#M152119</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2003-11-23T09:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Softlink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/softlink/m-p/3126731#M152120</link>
      <description>Another way:&lt;BR /&gt;#rm -i scp&lt;BR /&gt;#chmod 755 /opt/ssh/bin/scp&lt;BR /&gt;#ln -s /opt/ssh/bin/scp scp&lt;BR /&gt;&lt;BR /&gt;Hope this help!</description>
      <pubDate>Sun, 23 Nov 2003 09:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/softlink/m-p/3126731#M152120</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-11-23T09:16:02Z</dc:date>
    </item>
  </channel>
</rss>

