<?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: file permission in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/file-permission/m-p/2916737#M3814</link>
    <description>chacl ???user.group +w??? file</description>
    <pubDate>Mon, 03 Mar 2003 20:05:22 GMT</pubDate>
    <dc:creator>Paul Sperry</dc:creator>
    <dc:date>2003-03-03T20:05:22Z</dc:date>
    <item>
      <title>file permission</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-permission/m-p/2916734#M3811</link>
      <description>How can I set to allow a specific user to write sth to a file , ( but other users can't do that even they are in the same group) ?&lt;BR /&gt;Thx.</description>
      <pubDate>Mon, 03 Mar 2003 08:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-permission/m-p/2916734#M3811</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-03-03T08:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: file permission</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-permission/m-p/2916735#M3812</link>
      <description>Change the owner of the file to the user you want to write to it, and then set it so there's only u+w, i.e.&lt;BR /&gt;&lt;BR /&gt;chown user file &lt;BR /&gt;chmod 644  file&lt;BR /&gt;&lt;BR /&gt;This would state that all users can 'read' the file, but only 'user' can write to it.&lt;BR /&gt;&lt;BR /&gt;The number is the bit-mask of the permissions.  Simply put:&lt;BR /&gt;&lt;BR /&gt;read = 4&lt;BR /&gt;write = 2&lt;BR /&gt;execute = 1&lt;BR /&gt;&lt;BR /&gt;In the order of:&lt;BR /&gt;&lt;BR /&gt;user&lt;BR /&gt;group&lt;BR /&gt;world&lt;BR /&gt;&lt;BR /&gt;So for the first column, the 'user' column, they can 'read' and 'write', thus '4 + 2' = 6.&lt;BR /&gt;&lt;BR /&gt;The second column, the 'group' column, can 'read', thus '4'.&lt;BR /&gt;&lt;BR /&gt;There is a first bit of which goes infront of those, but it defaults to 0 if you don't specify it.  Read 'man chmod' for more details on that, and other user-permissions.&lt;BR /&gt;&lt;BR /&gt;(NOTE: This is only one way of setting permissions.  There are many others.  For instance, the command 'chmod u=rw,go=r file' would do the same as the above.)</description>
      <pubDate>Mon, 03 Mar 2003 09:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-permission/m-p/2916735#M3812</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-03-03T09:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: file permission</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-permission/m-p/2916736#M3813</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;can u check the man pages of acl for more info.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Mon, 03 Mar 2003 10:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-permission/m-p/2916736#M3813</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-03-03T10:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: file permission</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-permission/m-p/2916737#M3814</link>
      <description>chacl ???user.group +w??? file</description>
      <pubDate>Mon, 03 Mar 2003 20:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-permission/m-p/2916737#M3814</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-03T20:05:22Z</dc:date>
    </item>
  </channel>
</rss>

