<?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: Permission on Symbolic links in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624269#M816728</link>
    <description>umask only masks the default file and directory permissions&lt;BR /&gt;&lt;BR /&gt;default file permission: -rw-rw-rw&lt;BR /&gt;default dir permission: -rwxrwxrwx&lt;BR /&gt;&lt;BR /&gt;if you apply umkas of 022&lt;BR /&gt;&lt;BR /&gt;access permissions of the new file created would be = 666 - 022 = 644 (rw-r--r--)&lt;BR /&gt;&lt;BR /&gt;for dir = 777 - 022 = 755 (rwxr-xr-x)&lt;BR /&gt;&lt;BR /&gt;If you need to set an executable bit from a shell created file, you must issue an explicit chmod after first creating the file.</description>
    <pubDate>Tue, 13 Sep 2005 01:21:59 GMT</pubDate>
    <dc:creator>morganelan</dc:creator>
    <dc:date>2005-09-13T01:21:59Z</dc:date>
    <item>
      <title>Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624264#M816723</link>
      <description>Hi All, &lt;BR /&gt;&lt;BR /&gt;Can you anyone clarify why we get lrwxrwxrwx when  a symbolic is created ? Is it depends on umask value ? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Arun</description>
      <pubDate>Mon, 12 Sep 2005 23:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624264#M816723</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-12T23:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624265#M816724</link>
      <description>Yes. You are right. umask decides that.&lt;BR /&gt;Also perms on links do not matter, as long as they have atleast read and file to which it points have right perms.</description>
      <pubDate>Mon, 12 Sep 2005 23:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624265#M816724</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-09-12T23:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624266#M816725</link>
      <description>Also, the user that creats symbolic links owns them. They have to be planned,have a proper umask set by the user (profile) prior to being created.&lt;BR /&gt;&lt;BR /&gt;In your situation, any and all users will be able to access the area being linked to. They may (hopefully) not be able to do anything if unauthorized by permissions after that.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 Sep 2005 23:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624266#M816725</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-12T23:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624267#M816726</link>
      <description>RAC, &lt;BR /&gt;&lt;BR /&gt;Thank you, can you please expand a bit on how umask decides the permission. I just wanted to know a solid reason for getting lrwxrwxrwx. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Arun</description>
      <pubDate>Mon, 12 Sep 2005 23:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624267#M816726</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-12T23:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624268#M816727</link>
      <description>With umask you can not get execute perms.&lt;BR /&gt;Say I set umask of 000, then resulting files will be as follows.&lt;BR /&gt;-rw-rw-rw-   1 root       sys              0 Sep 13 10:21 /tmp/test&lt;BR /&gt;&lt;BR /&gt;What is does is as follows.&lt;BR /&gt;&lt;BR /&gt;subtract umask from 666 - for files&lt;BR /&gt;subtract umask from 777 - for dirs&lt;BR /&gt;&lt;BR /&gt;so with umask of 00, files will have 777 perms.&lt;BR /&gt;&lt;BR /&gt;In your case, looks that some changed perms to 777. (perms on link can be changed with perms to 777.</description>
      <pubDate>Mon, 12 Sep 2005 23:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624268#M816727</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-09-12T23:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624269#M816728</link>
      <description>umask only masks the default file and directory permissions&lt;BR /&gt;&lt;BR /&gt;default file permission: -rw-rw-rw&lt;BR /&gt;default dir permission: -rwxrwxrwx&lt;BR /&gt;&lt;BR /&gt;if you apply umkas of 022&lt;BR /&gt;&lt;BR /&gt;access permissions of the new file created would be = 666 - 022 = 644 (rw-r--r--)&lt;BR /&gt;&lt;BR /&gt;for dir = 777 - 022 = 755 (rwxr-xr-x)&lt;BR /&gt;&lt;BR /&gt;If you need to set an executable bit from a shell created file, you must issue an explicit chmod after first creating the file.</description>
      <pubDate>Tue, 13 Sep 2005 01:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624269#M816728</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-09-13T01:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624270#M816729</link>
      <description>You can view umask value in display mode as,&lt;BR /&gt;# umask -S&lt;BR /&gt;u=rwx,g=rwx,o=rwx&lt;BR /&gt;# umask&lt;BR /&gt;00&lt;BR /&gt;#&lt;BR /&gt;# ln -s test.c link&lt;BR /&gt;# ls -l&lt;BR /&gt;total 16&lt;BR /&gt;lrwxrwxrwx   1 root       sys              6 Sep 13 00:17 link -&amp;gt; test.c&lt;BR /&gt;-rw-rw-rw-   1 root       sys              3 Sep 13 00:16 test.c&lt;BR /&gt;# umask 002&lt;BR /&gt;# umask -S&lt;BR /&gt;u=rwx,g=rwx,o=rx&lt;BR /&gt;# rm link&lt;BR /&gt;# ln -s test.c link&lt;BR /&gt;# ls -l&lt;BR /&gt;total 16&lt;BR /&gt;lrwxrwxr-x   1 root       sys              6 Sep 13 00:18 link -&amp;gt; test.c&lt;BR /&gt;-rw-rw-rw-   1 root       sys              3 Sep 13 00:16 test.c&lt;BR /&gt;&lt;BR /&gt;When you change umask value, file permission is changed. &lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 13 Sep 2005 01:28:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624270#M816729</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-13T01:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624271#M816730</link>
      <description>Based on your answers, i understand umask is nothing to do while creating symbolic links. &lt;BR /&gt;{ &lt;BR /&gt;umask=022&lt;BR /&gt;file=666&lt;BR /&gt;symlink to a file = 666-022 = 644&lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;The above logic is wrong in symlink. Correct me if i am wrong. &lt;BR /&gt;&lt;BR /&gt;--Arun &lt;BR /&gt;</description>
      <pubDate>Tue, 13 Sep 2005 01:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624271#M816730</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-13T01:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624272#M816731</link>
      <description>Hi Arun,&lt;BR /&gt;To make it more clear....&lt;BR /&gt;&lt;BR /&gt;Files are created with default permission as "666" and directories as "777".&lt;BR /&gt;&lt;BR /&gt;Now umask default value is "022" so files and directories gets created with "644" and "755" respectively.&lt;BR /&gt;&lt;BR /&gt;This happens as "777-022=755" and "666-022=644".&lt;BR /&gt;&lt;BR /&gt;umask is substratcted from the default permissions of the files/directories.&lt;BR /&gt;&lt;BR /&gt;So umask can control the default values of permission for files/directories being created.&lt;BR /&gt;&lt;BR /&gt;You can change umask to have any permissions.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Sep 2005 02:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624272#M816731</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-09-13T02:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624273#M816732</link>
      <description>yes you are right. &lt;BR /&gt;links is special file :) &lt;BR /&gt;it take permission from original file.&lt;BR /&gt;&lt;BR /&gt;if original files is &lt;BR /&gt;700 &lt;BR /&gt;your link will take &lt;BR /&gt;700 &lt;BR /&gt; but you will see 777 if you use ls -la. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Sep 2005 02:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624273#M816732</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-09-13T02:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624274#M816733</link>
      <description>Why it is taking 777 ? That is my original question.  Can anyone be more precise ?&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 13 Sep 2005 02:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624274#M816733</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-13T02:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624275#M816734</link>
      <description>Symbolic link depends on the umask value irrespective of file permissions.&lt;BR /&gt;If it is getting created as 777 then your umask value while creating sym link is 000.&lt;BR /&gt;&lt;BR /&gt;Hard link is irresptive of umask and depends on file permission.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Sep 2005 02:39:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624275#M816734</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-09-13T02:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624276#M816735</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Permissions on a symbolic link doesn't really mean anything.  You can not change the permissions of the symbolic link ( It will be like lrwxrwxrwx). If you attempt to chmod a symlink, you'll actually change the permissions on the file being pointed to. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 13 Sep 2005 03:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624276#M816735</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-09-13T03:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624277#M816736</link>
      <description>&lt;BR /&gt;If u worked on HP-UX means, Refer the following link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.unix.com/showpost.php?p=73792&amp;amp;postcount=5" target="_blank"&gt;http://www.unix.com/showpost.php?p=73792&amp;amp;postcount=5&lt;/A&gt;</description>
      <pubDate>Tue, 13 Sep 2005 03:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624277#M816736</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-09-13T03:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624278#M816737</link>
      <description>For what its worths, you change the permissions of a link.&lt;BR /&gt;&lt;BR /&gt;# ls -la&lt;BR /&gt;lrwxr-xr-x   1 root       sys             10 Sep 13 10:26 gorj -&amp;gt; /home/gorj&lt;BR /&gt;# lchmod 777 gorj&lt;BR /&gt;# ll&lt;BR /&gt;lrwxrwxrwx   1 root       sys             10 Sep 13 10:26 gorj -&amp;gt; /home/gorj&lt;BR /&gt;&lt;BR /&gt;attached lchmod.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 13 Sep 2005 03:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624278#M816737</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-09-13T03:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624279#M816738</link>
      <description>By default, chmod follows symbolic links and changes the mode on the file pointed to by the symbolic link. Symbolic links do not have modes so using chmod on a symbolic link always succeeds and has no effect.&lt;BR /&gt;&lt;BR /&gt;The -H, -L and -P options are ignored unless the -R option is specified. In addition, these options override each other and the command's actions are determined by the last one specified.&lt;BR /&gt;&lt;BR /&gt;Options&lt;BR /&gt;&lt;BR /&gt;-H    If the -R option is specified, symbolic links on the command line are followed. Symbolic links encountered in the tree traversal are not followed.&lt;BR /&gt;-L    If the -R option is specified, both symbolic links on the command line and symbolic links encountered in the tree traversal are followed.&lt;BR /&gt;-P    If the -R option is specified, no symbolic links are followed.&lt;BR /&gt;-R    If file designates a directory, chmod changes the mode of each file in the entire subtree connected at that point.&lt;BR /&gt;-h    Do not follow symbolic links.</description>
      <pubDate>Tue, 13 Sep 2005 04:29:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624279#M816738</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-09-13T04:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624280#M816739</link>
      <description>Symbolic links are differentiated as,&lt;BR /&gt;&lt;BR /&gt; 1) hard link (forcible links)&lt;BR /&gt; 2) soft link&lt;BR /&gt;&lt;BR /&gt;When ever, a new file or directory is creating in forcible manner then it will get same file permission, ownership from source file / directory&lt;BR /&gt;&lt;BR /&gt;# ls -l&lt;BR /&gt;total 16&lt;BR /&gt;-rw-rw-rw-   1 root       sys              3 Sep 13 04:09 source&lt;BR /&gt;#&lt;BR /&gt;# ln -f source link&lt;BR /&gt;# ls -l&lt;BR /&gt;total 32&lt;BR /&gt;-rw-rw-rw-   2 root       sys              3 Sep 13 04:09 link&lt;BR /&gt;-rw-rw-rw-   2 root       sys              3 Sep 13 04:09 source&lt;BR /&gt;&lt;BR /&gt;Symbolic links are following umask setting for directory generally (666). A symbolic file or directory will not contain any file contents. It is link to source. It is using with default directory umask setting.&lt;BR /&gt;&lt;BR /&gt;You can get this from the following,&lt;BR /&gt;&lt;BR /&gt;# umask 22&lt;BR /&gt;# mkdir hi&lt;BR /&gt;# ls -l&lt;BR /&gt;total 32&lt;BR /&gt;drwxr-xr-x   2 root       sys             96 Sep 13 04:12 hi&lt;BR /&gt;-rw-rw-rw-   2 root       sys              3 Sep 13 04:09 link&lt;BR /&gt;-rw-rw-rw-   2 root       sys              3 Sep 13 04:09 source&lt;BR /&gt;# ln -s source link2&lt;BR /&gt;# ls -l&lt;BR /&gt;total 32&lt;BR /&gt;drwxr-xr-x   2 root       sys             96 Sep 13 04:12 hi&lt;BR /&gt;-rw-rw-rw-   2 root       sys              3 Sep 13 04:09 link&lt;BR /&gt;lrwxr-xr-x   1 root       sys              6 Sep 13 04:13 link2 -&amp;gt; source&lt;BR /&gt;-rw-rw-rw-   2 root       sys              3 Sep 13 04:09 source&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;hi directory and new symbolic file link2 is using same permission setting.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 13 Sep 2005 05:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624280#M816739</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-13T05:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624281#M816740</link>
      <description>there are two links&lt;BR /&gt;1. Hard links&lt;BR /&gt;it is one file with two names.&lt;BR /&gt;if you change permission on any name  you will change permission on all name /this is in reality the same file/&lt;BR /&gt;&lt;BR /&gt;you create this link &lt;BR /&gt;&lt;BR /&gt;ln source link&lt;BR /&gt;&lt;BR /&gt;2. Soft link &lt;BR /&gt;you create new file that point to source file.&lt;BR /&gt;&lt;BR /&gt;you can not change permission on source using link. they are different files.&lt;BR /&gt;&lt;BR /&gt;you create soft link using &lt;BR /&gt;ln -s source link&lt;BR /&gt;&lt;BR /&gt;and your link will take  permission from source but you will see 777 that is decision&lt;BR /&gt;by default.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Sep 2005 06:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624281#M816740</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-09-13T06:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624282#M816741</link>
      <description>Taking 777 is a special way to specify the "don't care condition" on many unix systems.&lt;BR /&gt;&lt;BR /&gt;Since the permission bits are a posix requirement for any file they must be specified  in any case, therefore most systems adopt 777 for this purpose.&lt;BR /&gt;&lt;BR /&gt;However, on HP-UX umask affects the permissions of the created symbolic link, but they still does not affect access rights to the original file.</description>
      <pubDate>Tue, 13 Sep 2005 07:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624282#M816741</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-09-13T07:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on Symbolic links</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624283#M816742</link>
      <description>If you set umask to all zeroes you'll get a link aith lrwxrwxrwx&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;# touch file&lt;BR /&gt;# umask 000&lt;BR /&gt;# ln -s file link1&lt;BR /&gt;# umask 002&lt;BR /&gt;# ln -s file link2&lt;BR /&gt;# umask 022&lt;BR /&gt;# ln -s file link3&lt;BR /&gt;# umask 222&lt;BR /&gt;# ln -s file link4&lt;BR /&gt;# ll link*&lt;BR /&gt;&lt;BR /&gt;should give&lt;BR /&gt;&lt;BR /&gt;lrwxrwxrwx   1 root       sys              4 Sep 13 16:22 link1 -&amp;gt; file&lt;BR /&gt;lrwxrwxr-x   1 root       sys              4 Sep 13 16:22 link2 -&amp;gt; file&lt;BR /&gt;lrwxr-xr-x   1 root       sys              4 Sep 13 16:22 link3 -&amp;gt; file&lt;BR /&gt;lr-xr-xr-x   1 root       sys              4 Sep 13 16:22 link4 -&amp;gt; file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Sep 2005 10:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-on-symbolic-links/m-p/3624283#M816742</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-09-13T10:20:27Z</dc:date>
    </item>
  </channel>
</rss>

