<?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 permission in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286643#M336199</link>
    <description>How to set the character device file permisison like crw-r--r--&lt;BR /&gt;&lt;BR /&gt;Any help will highly appreciated.</description>
    <pubDate>Tue, 14 Oct 2008 12:26:22 GMT</pubDate>
    <dc:creator>Indrajit Bhagat</dc:creator>
    <dc:date>2008-10-14T12:26:22Z</dc:date>
    <item>
      <title>permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286643#M336199</link>
      <description>How to set the character device file permisison like crw-r--r--&lt;BR /&gt;&lt;BR /&gt;Any help will highly appreciated.</description>
      <pubDate>Tue, 14 Oct 2008 12:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286643#M336199</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2008-10-14T12:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286644#M336200</link>
      <description>Use chmod:&lt;BR /&gt;chmod 644 file&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 14 Oct 2008 12:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286644#M336200</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-10-14T12:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286645#M336201</link>
      <description>Hi Tried that one but it is simply giving the &lt;BR /&gt;&lt;BR /&gt;My Computer /tmp =&amp;gt;chmod 644 abcd&lt;BR /&gt;My Computer /tmp =&amp;gt;ls -lrt|grep -i abcd&lt;BR /&gt;-rw-r--r--   1 root       sys              0 Oct 14 14:26 abcd&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Oct 2008 12:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286645#M336201</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2008-10-14T12:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286646#M336202</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If your question is how to make a character device, then use 'mknod'.  For example:&lt;BR /&gt;&lt;BR /&gt;# umask 022&lt;BR /&gt;# mknod /tmp/chardev1 c 64 0x000000&lt;BR /&gt;# mknod /tmp/chardev2 c 205 0x000000&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Oct 2008 12:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286646#M336202</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-14T12:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286647#M336203</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Couly you explain what you trying to do?&lt;BR /&gt;&lt;BR /&gt;It looks you have copied the device file to tmp and trying to change the permission.&lt;BR /&gt;You can change the device file permission with chmod but not the type of file(charactor or block).&lt;BR /&gt;&lt;BR /&gt;you need to use mknod command to create the device file either block or raw. &lt;BR /&gt;&lt;BR /&gt;You can even use insf -e to recreate the missing device files&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Oct 2008 12:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286647#M336203</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-10-14T12:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286648#M336204</link>
      <description>Here is a great listing of permission using octal numerics:&lt;BR /&gt;&lt;BR /&gt;400  Owner has read permission  &lt;BR /&gt;200  Owner has write permission  &lt;BR /&gt;100  Owner has execute permission  &lt;BR /&gt;040  Group has read permission  &lt;BR /&gt;020  Group has write permission  &lt;BR /&gt;010  Group has execute permission  &lt;BR /&gt;004  Others have read permission  &lt;BR /&gt;002  Others have write permission  &lt;BR /&gt;001  Others have execute permission  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I found this useful but they are actually simple to memorize.</description>
      <pubDate>Tue, 14 Oct 2008 13:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286648#M336204</guid>
      <dc:creator>Adam W.</dc:creator>
      <dc:date>2008-10-14T13:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286649#M336205</link>
      <description>&amp;gt;Adam: Here is a great listing of permission using octal numerics:&lt;BR /&gt;&lt;BR /&gt;You can forget about this deprecated octal foolishness: :-)&lt;BR /&gt;u+r Owner has read permission&lt;BR /&gt;u+w Owner has write permission&lt;BR /&gt;u+x Owner has execute permission&lt;BR /&gt;g+r Group has read permission&lt;BR /&gt;g+w Group has write permission&lt;BR /&gt;g+x Group has execute permission&lt;BR /&gt;o+r Others have read permission&lt;BR /&gt;o+w Others have write permission&lt;BR /&gt;o+x Others have execute permission&lt;BR /&gt;&lt;BR /&gt;Besides "+", you can use "-" and "=".</description>
      <pubDate>Wed, 15 Oct 2008 03:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission/m-p/4286649#M336205</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-15T03:16:40Z</dc:date>
    </item>
  </channel>
</rss>

