<?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: remsh does not preserve the umask settings at the remote node in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165398#M692009</link>
    <description>&lt;BR /&gt;if you execute remsh with your system name and umask, you get the DEFAULT for the system type (in /etc/profile) you have regardless of the umask that you set when files are created. This is a security measure built into the OS On "trusted" systems, the default umask for remote access is 066.&lt;BR /&gt;On an non-trusted system, the default umask is 000. &lt;BR /&gt;&lt;BR /&gt;#grep -i umask /etc/profile&lt;BR /&gt;umask 0022&lt;BR /&gt;&lt;BR /&gt;all are trusted systems.&lt;BR /&gt;&lt;BR /&gt;All soft links (ln -s) getting created with 777 if umask is not passed explicitly as mentioned above&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Mar 2008 17:05:09 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2008-03-20T17:05:09Z</dc:date>
    <item>
      <title>remsh does not preserve the umask settings at the remote node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165396#M692007</link>
      <description>&lt;BR /&gt;adedd75n#remsh adedd76n -n "umask 022;ln -s /home/chakls/ff  /home/chakls/pp"&lt;BR /&gt;adedd75n:root [/home/chakls]&lt;BR /&gt;&lt;BR /&gt;adedd76n:root [/home/chakls] ll pp&lt;BR /&gt;lrwxr-xr-x   1 root       root            15 Mar 20 08:42 pp -&amp;gt; /home/chakls/ff&lt;BR /&gt;adedd76n:root [/home/chakls]&lt;BR /&gt;&lt;BR /&gt;If i dont specify the umask then the link files are getting created by 777 even though the umask values are 022 on both local and REMOTE servers.&lt;BR /&gt;&lt;BR /&gt;This was not happening earlier. Just noticed and dont know of any changes.&lt;BR /&gt;&lt;BR /&gt;any one seen this befor?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Mar 2008 16:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165396#M692007</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-20T16:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: remsh does not preserve the umask settings at the remote node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165397#M692008</link>
      <description>if you execute remsh with your system name and umask, you get the DEFAULT for the system type (in /etc/profile) you have regardless of the umask that you set when files are created. This is a security measure built into the OS On "trusted" systems, the default umask for remote access is 066.&lt;BR /&gt;On an non-trusted system, the default umask is 000.</description>
      <pubDate>Thu, 20 Mar 2008 16:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165397#M692008</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2008-03-20T16:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: remsh does not preserve the umask settings at the remote node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165398#M692009</link>
      <description>&lt;BR /&gt;if you execute remsh with your system name and umask, you get the DEFAULT for the system type (in /etc/profile) you have regardless of the umask that you set when files are created. This is a security measure built into the OS On "trusted" systems, the default umask for remote access is 066.&lt;BR /&gt;On an non-trusted system, the default umask is 000. &lt;BR /&gt;&lt;BR /&gt;#grep -i umask /etc/profile&lt;BR /&gt;umask 0022&lt;BR /&gt;&lt;BR /&gt;all are trusted systems.&lt;BR /&gt;&lt;BR /&gt;All soft links (ln -s) getting created with 777 if umask is not passed explicitly as mentioned above&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Mar 2008 17:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165398#M692009</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-20T17:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: remsh does not preserve the umask settings at the remote node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165399#M692010</link>
      <description>Sorry didn't notice you were creating links.&lt;BR /&gt;Links are a little different.&lt;BR /&gt;&lt;BR /&gt;Have you looked at this thread?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=956122" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=956122&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Mar 2008 17:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165399#M692010</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2008-03-20T17:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: remsh does not preserve the umask settings at the remote node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165400#M692011</link>
      <description>i did.</description>
      <pubDate>Thu, 20 Mar 2008 19:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165400#M692011</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-20T19:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: remsh does not preserve the umask settings at the remote node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165401#M692012</link>
      <description>&amp;gt;If i don't specify the umask&lt;BR /&gt;&lt;BR /&gt;If you don't specify umask, you get some umask value that isn't yours.  Your .profile isn't being executed and neither is /etc/profile.</description>
      <pubDate>Fri, 21 Mar 2008 01:53:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165401#M692012</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-21T01:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: remsh does not preserve the umask settings at the remote node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165402#M692013</link>
      <description>as i mentioned ealier; it was working for years this way..Just a few week now it started behaving this way.</description>
      <pubDate>Sat, 22 Mar 2008 14:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165402#M692013</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-22T14:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: remsh does not preserve the umask settings at the remote node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165403#M692016</link>
      <description>&amp;gt;Just a few week now it started behaving this way.&lt;BR /&gt;&lt;BR /&gt;Did you change any security settings?&lt;BR /&gt;&lt;BR /&gt;In any case, you should only use remsh to look and not touch.  Use rlogin for extensive tasks.&lt;BR /&gt;Or you need to bulletproof your scripts used in remsh.&lt;BR /&gt;&lt;BR /&gt;Here are some links about umask and remsh:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1150173" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1150173&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And some external ones:&lt;BR /&gt;&lt;A href="http://unix.ittoolbox.com/groups/technical-functional/unix-security-l/users-default-umask-in-itanium-64-box-1545802" target="_blank"&gt;http://unix.ittoolbox.com/groups/technical-functional/unix-security-l/users-default-umask-in-itanium-64-box-1545802&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.unix.com/unix-advanced-expert-users/2792-issues-umask.html" target="_blank"&gt;http://www.unix.com/unix-advanced-expert-users/2792-issues-umask.html&lt;/A&gt;</description>
      <pubDate>Sat, 22 Mar 2008 18:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-does-not-preserve-the-umask-settings-at-the-remote-node/m-p/4165403#M692016</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-22T18:58:48Z</dc:date>
    </item>
  </channel>
</rss>

