<?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 ln Ownership ?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918790#M934151</link>
    <description>Is there a way to change ownership:group on a link ??&lt;BR /&gt;&lt;BR /&gt;Currently have following:&lt;BR /&gt;drwxrwxrwx  18 applmgr    oaa           1024 Apr 21  2002 tup_oe&lt;BR /&gt;lrwxr-x---   1 root       sys              6 Apr 21  2002 tup_oe_107 -&amp;gt; tup_oe&lt;BR /&gt;&lt;BR /&gt;and need to change to match the real directory.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 04 Mar 2003 18:24:04 GMT</pubDate>
    <dc:creator>MikeL_4</dc:creator>
    <dc:date>2003-03-04T18:24:04Z</dc:date>
    <item>
      <title>ln Ownership ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918790#M934151</link>
      <description>Is there a way to change ownership:group on a link ??&lt;BR /&gt;&lt;BR /&gt;Currently have following:&lt;BR /&gt;drwxrwxrwx  18 applmgr    oaa           1024 Apr 21  2002 tup_oe&lt;BR /&gt;lrwxr-x---   1 root       sys              6 Apr 21  2002 tup_oe_107 -&amp;gt; tup_oe&lt;BR /&gt;&lt;BR /&gt;and need to change to match the real directory.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 04 Mar 2003 18:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918790#M934151</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2003-03-04T18:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: ln Ownership ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918791#M934152</link>
      <description>Remove the link and recreate it while logged in as applmgr.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 04 Mar 2003 18:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918791#M934152</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-04T18:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: ln Ownership ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918792#M934153</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;It does not matter who owns the link. All it counts is the actual file ownership.&lt;BR /&gt;&lt;BR /&gt;If you want to change the link, then do the following.&lt;BR /&gt;&lt;BR /&gt;#rm tup_oe_107&lt;BR /&gt;#su - applmgr&lt;BR /&gt;$cd /this_directory&lt;BR /&gt;$ln -s tup_oe tup_oe_107&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 04 Mar 2003 18:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918792#M934153</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-04T18:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: ln Ownership ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918793#M934154</link>
      <description>In link files, you don't need to worry about the ownership/permission of the file. It will check those properties from the original file.</description>
      <pubDate>Tue, 04 Mar 2003 18:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918793#M934154</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-03-04T18:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: ln Ownership ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918794#M934155</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;While the permissions or ownership of a symbolic link don't matter, you *can* change the ownership of the link with 'chown -h':&lt;BR /&gt;&lt;BR /&gt;From the man pages for 'chown':&lt;BR /&gt;&lt;BR /&gt;"By default, the owner or group of the target file that a symbolic link points to is changed. With -h, the target file that the symbolic link points to is not affected."&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 04 Mar 2003 18:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918794#M934155</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-03-04T18:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: ln Ownership ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918795#M934156</link>
      <description>Using chmod or chgrp on a link will only result in changing the directory it is pointing to.  You must delete lhe link and then log in as applmgr and re-create it.</description>
      <pubDate>Tue, 04 Mar 2003 18:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918795#M934156</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-04T18:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: ln Ownership ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918796#M934157</link>
      <description>I guess I must have another problem then causing my permission problems with the version manager software they are trying to run.&lt;BR /&gt;Thanks for your help..&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Mar 2003 19:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ln-ownership/m-p/2918796#M934157</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2003-03-04T19:00:38Z</dc:date>
    </item>
  </channel>
</rss>

