<?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: directory permissions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329319#M188779</link>
    <description>if you execute the command &lt;BR /&gt;&lt;BR /&gt; chmod 1000 &lt;DIRNAME&gt; against a directory, the directory will get the above mentioned permissions.&lt;BR /&gt;&lt;BR /&gt; T = sticky bit set for the directory. If the sticky bit is set for the directory then even if the permissions of the directory is 777, users can only remove the files/dirs that they own. They cannot remove the files/dirs that are not owned by them.&lt;BR /&gt;&lt;BR /&gt; Refer the permissions of the /tmp directory. &lt;BR /&gt;&lt;BR /&gt;  # ls -ld /tmp&lt;BR /&gt;&lt;BR /&gt;  it will have lowercase "t" - the uppercase T in ur case means the execute bit is not set for the directory.&lt;BR /&gt;&lt;BR /&gt;  # chmod 750 dwallace.20040712:13&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIRNAME&gt;</description>
    <pubDate>Mon, 12 Jul 2004 15:31:39 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-07-12T15:31:39Z</dc:date>
    <item>
      <title>directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329316#M188776</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;can anyone tell me how this may have occured on a home directory:&lt;BR /&gt;&lt;BR /&gt;d--------T   2 101185     mktukprj        96 Feb 12 14:49 dwallace.20040712:13&lt;BR /&gt;&lt;BR /&gt;also we are getting an error when checking the quota for this directory&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 12 Jul 2004 15:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329316#M188776</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2004-07-12T15:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329317#M188777</link>
      <description>There are perms on this dir.&lt;BR /&gt;chown 0000 xx can do this.&lt;BR /&gt;&lt;BR /&gt;T presents -transitional dir&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 12 Jul 2004 15:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329317#M188777</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-07-12T15:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329318#M188778</link>
      <description>can you explain a bit more please?&lt;BR /&gt;&lt;BR /&gt;cheers</description>
      <pubDate>Mon, 12 Jul 2004 15:26:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329318#M188778</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2004-07-12T15:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329319#M188779</link>
      <description>if you execute the command &lt;BR /&gt;&lt;BR /&gt; chmod 1000 &lt;DIRNAME&gt; against a directory, the directory will get the above mentioned permissions.&lt;BR /&gt;&lt;BR /&gt; T = sticky bit set for the directory. If the sticky bit is set for the directory then even if the permissions of the directory is 777, users can only remove the files/dirs that they own. They cannot remove the files/dirs that are not owned by them.&lt;BR /&gt;&lt;BR /&gt; Refer the permissions of the /tmp directory. &lt;BR /&gt;&lt;BR /&gt;  # ls -ld /tmp&lt;BR /&gt;&lt;BR /&gt;  it will have lowercase "t" - the uppercase T in ur case means the execute bit is not set for the directory.&lt;BR /&gt;&lt;BR /&gt;  # chmod 750 dwallace.20040712:13&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIRNAME&gt;</description>
      <pubDate>Mon, 12 Jul 2004 15:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329319#M188779</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-12T15:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329320#M188780</link>
      <description>d--------T 2 101185 mktukprj 96 Feb 12 14:49&lt;BR /&gt;&lt;BR /&gt;d-represents it is a dir&lt;BR /&gt;first three dashes "---" are perms for user&lt;BR /&gt;next three are perms for group and last three are perms for others.&lt;BR /&gt;&lt;BR /&gt;man chmod for details.&lt;BR /&gt;&lt;BR /&gt;T represents that it is transtion link.&lt;BR /&gt;&lt;BR /&gt;In your case there are no perms set on thid dir. No one can access this dir. This may be result of aborted copy of dir etc.&lt;BR /&gt;&lt;BR /&gt;Change the perms to appropriate ones.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 12 Jul 2004 15:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329320#M188780</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-07-12T15:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329321#M188781</link>
      <description>thanks for your help!</description>
      <pubDate>Mon, 12 Jul 2004 15:37:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/3329321#M188781</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2004-07-12T15:37:08Z</dc:date>
    </item>
  </channel>
</rss>

