<?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: chmod u+s not working good? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619561#M235718</link>
    <description>There's no execute permission set.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 06 Sep 2005 08:36:40 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-09-06T08:36:40Z</dc:date>
    <item>
      <title>chmod u+s not working good?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619558#M235715</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When i try to cahnge a file permissions, setting the setid (+s) by root that's what append, appears the letter "S", not the "s", in lower case. Why?&lt;BR /&gt;&lt;BR /&gt;root@beta5:/tmp/testes# chmod u+s tt&lt;BR /&gt;root@beta5:/tmp/testes# ll&lt;BR /&gt;total 2&lt;BR /&gt;-rwSr--r--   1 root       sys             54 Sep  6 14:26 tt&lt;BR /&gt;root@beta5:/tmp/testes#&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Sep 2005 08:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619558#M235715</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2005-09-06T08:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: chmod u+s not working good?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619559#M235716</link>
      <description>The file needs to have the execute (x) bit set before you set the set-uid bit.  Try this instead:&lt;BR /&gt;&lt;BR /&gt;# chmod 4744 tt</description>
      <pubDate>Tue, 06 Sep 2005 08:35:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619559#M235716</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-09-06T08:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: chmod u+s not working good?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619560#M235717</link>
      <description>chmod 4766 file_name</description>
      <pubDate>Tue, 06 Sep 2005 08:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619560#M235717</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-09-06T08:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: chmod u+s not working good?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619561#M235718</link>
      <description>There's no execute permission set.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 06 Sep 2005 08:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619561#M235718</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-09-06T08:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: chmod u+s not working good?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619562#M235719</link>
      <description>Hi Joel:&lt;BR /&gt;&lt;BR /&gt;The capital letter "S" means that the execute bit isn't set for the owner but the setuid bit is.  Do:&lt;BR /&gt;&lt;BR /&gt;chmod 4544 to your file to see a change from the capital "S" to a lowercase "s".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Sep 2005 08:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619562#M235719</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-09-06T08:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: chmod u+s not working good?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619563#M235720</link>
      <description>Two suggestions:&lt;BR /&gt;&lt;BR /&gt;1) Make sure there is no process with a filehandle on that file. I got those results when a daemon had a constant hold on a file. The daemon was unfortuneately owned by root.&lt;BR /&gt;&lt;BR /&gt;2) Perhaps try the chmod command numeric instead of by letters.  chmod 7xxx or 5xxx the letters in my example are the normal file permissions.&lt;BR /&gt;&lt;BR /&gt;I got the same results as you on a Linux machine(my HP-9000 is shut for noise reasons).&lt;BR /&gt;&lt;BR /&gt;Chmod 7555 worked and produced possibly desireable results.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 Sep 2005 08:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619563#M235720</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-06T08:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: chmod u+s not working good?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619564#M235721</link>
      <description>thanks, for all.</description>
      <pubDate>Tue, 06 Sep 2005 08:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-u-s-not-working-good/m-p/3619564#M235721</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2005-09-06T08:39:29Z</dc:date>
    </item>
  </channel>
</rss>

