<?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: Verysimple Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544462#M866176</link>
    <description>Hi so u mean to say that in case of symbolic links the ultimate permissins which a user will get depends on the original file ..right???.Not depending on the permissinns of the link.Plus let me know that symbolic link ..i think can span across filesystems but the hard link cannot.and in case of hardlink as the inodes will be same so i can change the permisions on the link itself which in turn will effect the permissins of the orginal file....pls clarify my doubt</description>
    <pubDate>Mon, 25 Jun 2001 07:15:12 GMT</pubDate>
    <dc:creator>dhanish</dc:creator>
    <dc:date>2001-06-25T07:15:12Z</dc:date>
    <item>
      <title>Verysimple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544459#M866173</link>
      <description>Hi,&lt;BR /&gt;I am not able to change the permissiond of a link under /sbin/rc2.d /S98ldapserver .I want to take the write permissions back ,at present its 777.this script is  link to a script in /sbin/init.d/s98ldapserver.Can anyboy help me.</description>
      <pubDate>Mon, 25 Jun 2001 05:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544459#M866173</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2001-06-25T05:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Verysimple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544460#M866174</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Simply, you cannot change permissions of the symbolic links.&lt;BR /&gt;Not important because what we are interested in are just permissions to what symbolic link points.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Mon, 25 Jun 2001 05:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544460#M866174</guid>
      <dc:creator>Wieslaw Krajewski</dc:creator>
      <dc:date>2001-06-25T05:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Verysimple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544461#M866175</link>
      <description>&lt;BR /&gt;   Hi Nitin&lt;BR /&gt;&lt;BR /&gt;     U can not the change permission of a symbolic link. U will have to change the permission of original file. But in case of hard link U can change the permission. In case of symbolic link inode numbers will be different. U can see this #ll -i linkname&lt;BR /&gt;But in case of hard link inode number will be same for both.&lt;BR /&gt;&lt;BR /&gt;    I n ur case it is symbolic link. So U can not change permission of link.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shahul&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2001 06:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544461#M866175</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-06-25T06:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Verysimple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544462#M866176</link>
      <description>Hi so u mean to say that in case of symbolic links the ultimate permissins which a user will get depends on the original file ..right???.Not depending on the permissinns of the link.Plus let me know that symbolic link ..i think can span across filesystems but the hard link cannot.and in case of hardlink as the inodes will be same so i can change the permisions on the link itself which in turn will effect the permissins of the orginal file....pls clarify my doubt</description>
      <pubDate>Mon, 25 Jun 2001 07:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544462#M866176</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2001-06-25T07:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Verysimple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544463#M866177</link>
      <description>From "man chmod"&lt;BR /&gt; If chmod is used on a symbolic link, &lt;BR /&gt; the mode of the file referred to&lt;BR /&gt; by the link is changed.&lt;BR /&gt;&lt;BR /&gt;So, you need to remove the link (!)&lt;BR /&gt;switch to owner/group where the link should belong to and set umask apropriate when you create the link.&lt;BR /&gt;&lt;BR /&gt;777 is bad, because anybody would be able to delete your link due to write-permission.&lt;BR /&gt;Nevertheless, unlike hardlinks, diffrent inodes make it possible to have diffrent permissions:&lt;BR /&gt;-rwx------   1 e30adm sapsys  0 Jun 25 13:54 a&lt;BR /&gt;lrwxrwxr-x   1 e30adm sapsys  1 Jun 25 13:54 b -&amp;gt; a&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Mon, 25 Jun 2001 10:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544463#M866177</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-06-25T10:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Verysimple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544464#M866178</link>
      <description>Hi,&lt;BR /&gt;there is no permissions to link as such.&lt;BR /&gt;Hard links are created with the same wnerships and permissions as the file or directory to which they are linked.If ownership or      permissions are changed on a link or file, the same changes appear on corresponding hard links.The ln command does not permit hard links&lt;BR /&gt;to a directory.   &lt;BR /&gt;Symbolic links are created with the ownership of the creator and the permissions are of the creator's current umask.Once created,the      symbolic link ownership and permissions will not change, since the mode and ownership of the symbolic link is ignored by the system</description>
      <pubDate>Mon, 25 Jun 2001 11:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544464#M866178</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-06-25T11:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Verysimple Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544465#M866179</link>
      <description>Just as reference you can change the owner and group of a symbolic link with 'chown -h filename' and 'chgp -h filename'</description>
      <pubDate>Mon, 25 Jun 2001 16:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verysimple-question/m-p/2544465#M866179</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2001-06-25T16:26:15Z</dc:date>
    </item>
  </channel>
</rss>

