<?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: root profile in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889786#M402136</link>
    <description>thanks man</description>
    <pubDate>Sun, 06 Mar 2005 16:38:36 GMT</pubDate>
    <dc:creator>lawrenzo_1</dc:creator>
    <dc:date>2005-03-06T16:38:36Z</dc:date>
    <item>
      <title>root profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889780#M402130</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have installed 11.0 on an n-class server and am having some issue's with root profile and umask settings.  &lt;BR /&gt;&lt;BR /&gt;when I type umask -S to display I get bad substitution displayed.  I type &lt;BR /&gt;# umask u=rwx,q=rw,0=r&lt;BR /&gt;&lt;BR /&gt;I type umask and 013 is dpslayed but when I create a file the permissions are -rw-rw-r---&lt;BR /&gt;&lt;BR /&gt;what files define settings such as umask other than /.profile as there is no entry in here for umask and the system default after install is 077.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 06 Mar 2005 15:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889780#M402130</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2005-03-06T15:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: root profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889781#M402131</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there a system umask in the /etc/profile ?&lt;BR /&gt;&lt;BR /&gt;Do you have a trusted system ?&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sun, 06 Mar 2005 16:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889781#M402131</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-03-06T16:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: root profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889782#M402132</link>
      <description>yes the system is trusted and there is no entry of umask in /etc/profle</description>
      <pubDate>Sun, 06 Mar 2005 16:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889782#M402132</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2005-03-06T16:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: root profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889783#M402133</link>
      <description>Your system has been trusted and therefore the umask is changed to 077.&lt;BR /&gt;This is part of the security added on a trusted system.&lt;BR /&gt;&lt;BR /&gt;If you wish to change the umask you can do so by editing the file /etc/profile&lt;BR /&gt;to set the umask value to that desired. You can also set it in the .profile of&lt;BR /&gt;individual users.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sun, 06 Mar 2005 16:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889783#M402133</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-03-06T16:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: root profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889784#M402134</link>
      <description>ok I thought that was the case but why doesn't umask -S not work and also &lt;BR /&gt;# umask u=rwx,q=rw,0=r is equal to 013 which creates new files as -rw-rw-r-&lt;BR /&gt;&lt;BR /&gt;is there any an easy way to work out the umsk values - i want any new files created as -rwxrw-r-&lt;BR /&gt;&lt;BR /&gt;T Again&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Mar 2005 16:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889784#M402134</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2005-03-06T16:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: root profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889785#M402135</link>
      <description>umask  (file  /  directory)&lt;BR /&gt;&lt;BR /&gt;000   rw-rw-rw-/rwxrwxrwx&lt;BR /&gt;&lt;BR /&gt;002   rw-rw-r--/rwxrwxr-x&lt;BR /&gt;&lt;BR /&gt;022   rw-r--r--/rwxr-xr-x&lt;BR /&gt;&lt;BR /&gt;027   rw-r-----/rwxr-x---&lt;BR /&gt;&lt;BR /&gt;077   rw-r-----/rwx------&lt;BR /&gt;&lt;BR /&gt;Umask can not set files to rwx.&lt;BR /&gt;&lt;BR /&gt;You can set the UMASK=XXX in the /etc/profile&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sun, 06 Mar 2005 16:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889785#M402135</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-03-06T16:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: root profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889786#M402136</link>
      <description>thanks man</description>
      <pubDate>Sun, 06 Mar 2005 16:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-profile/m-p/4889786#M402136</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2005-03-06T16:38:36Z</dc:date>
    </item>
  </channel>
</rss>

