<?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: Assign right permission in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431350#M15080</link>
    <description>I did to have a try&lt;BR /&gt;&lt;BR /&gt;#useradd jack&lt;BR /&gt;#su - jack&lt;BR /&gt;$touch test&lt;BR /&gt;$exit&lt;BR /&gt;#chattr +a /home/jack/test&lt;BR /&gt;#su - jack&lt;BR /&gt;$vi jack&lt;BR /&gt;&lt;BR /&gt;I can't edit the file that test.......</description>
    <pubDate>Sat, 27 Nov 2004 04:39:36 GMT</pubDate>
    <dc:creator>NiCK_76</dc:creator>
    <dc:date>2004-11-27T04:39:36Z</dc:date>
    <item>
      <title>Assign right permission</title>
      <link>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431348#M15078</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;OS:redhat linux&lt;BR /&gt;I want to assign permission to a user whom can create and edit file in /home/www , can't delete and rename file in /home/www .&lt;BR /&gt;&lt;BR /&gt;How can I assign permission ?</description>
      <pubDate>Sat, 27 Nov 2004 00:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431348#M15078</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2004-11-27T00:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Assign right permission</title>
      <link>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431349#M15079</link>
      <description>As root you can run a script to set the permission of every file created in /home/www to be set with the append only immutable bit:&lt;BR /&gt;&lt;BR /&gt;# chattr +a /home/www/$filename&lt;BR /&gt;&lt;BR /&gt;the /home/www dir should have rw permisissions for the user to create as many new files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Nov 2004 04:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431349#M15079</guid>
      <dc:creator>Rahul Sharma_2</dc:creator>
      <dc:date>2004-11-27T04:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Assign right permission</title>
      <link>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431350#M15080</link>
      <description>I did to have a try&lt;BR /&gt;&lt;BR /&gt;#useradd jack&lt;BR /&gt;#su - jack&lt;BR /&gt;$touch test&lt;BR /&gt;$exit&lt;BR /&gt;#chattr +a /home/jack/test&lt;BR /&gt;#su - jack&lt;BR /&gt;$vi jack&lt;BR /&gt;&lt;BR /&gt;I can't edit the file that test.......</description>
      <pubDate>Sat, 27 Nov 2004 04:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431350#M15080</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2004-11-27T04:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Assign right permission</title>
      <link>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431351#M15081</link>
      <description>Do a few things for me and I can solve this problem.&lt;BR /&gt;&lt;BR /&gt;log on as jack&lt;BR /&gt;&lt;BR /&gt;type the command id&lt;BR /&gt;&lt;BR /&gt;post that output to this thread.&lt;BR /&gt;&lt;BR /&gt;ll -d /home/www&lt;BR /&gt;or&lt;BR /&gt;ls -ad /home/www&lt;BR /&gt;&lt;BR /&gt;post that output to this thread.&lt;BR /&gt;&lt;BR /&gt;Need complete information to solve the problem.&lt;BR /&gt;&lt;BR /&gt;I could also use id output on the user that currently owns the folder /home/www&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Nov 2004 21:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431351#M15081</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-27T21:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Assign right permission</title>
      <link>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431352#M15082</link>
      <description>hi,Steven E Protter &lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;command output as following&lt;BR /&gt;id&lt;BR /&gt;uid=903(jack) gid=903(jack) groups=903(jack)&lt;BR /&gt;&lt;BR /&gt;ll -d /home/www/&lt;BR /&gt;drwx------    2 jack     jack         4096 Nov 27 19:55 /home/www/</description>
      <pubDate>Sun, 28 Nov 2004 22:50:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431352#M15082</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2004-11-28T22:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Assign right permission</title>
      <link>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431353#M15083</link>
      <description>Based on the information you have provided the permissions are correct.&lt;BR /&gt;&lt;BR /&gt;jack owns the directory and the permissions are read write execute on the /home/www directory.&lt;BR /&gt;&lt;BR /&gt;If you still can't write to it, I would suggest the following:&lt;BR /&gt;&lt;BR /&gt;As root, remove the directory, if its not empty. If it is empty, rename it.&lt;BR /&gt;&lt;BR /&gt;cd /home&lt;BR /&gt;mv www www.old&lt;BR /&gt;mkdir www&lt;BR /&gt;chown jack.jack www&lt;BR /&gt;&lt;BR /&gt;Then try to write a file.&lt;BR /&gt;&lt;BR /&gt;That should work.&lt;BR /&gt;&lt;BR /&gt;Because You're new, I'd just like to point out the way we reward people for good answers and help is by point assignment. Please consider this for this and your other threads.&lt;BR /&gt;&lt;BR /&gt;More the others than this.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1198336&amp;amp;listType=unassigned&amp;amp;forumId=1" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1198336&amp;amp;listType=unassigned&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 29 Nov 2004 00:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431353#M15083</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-29T00:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Assign right permission</title>
      <link>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431354#M15084</link>
      <description>thank you</description>
      <pubDate>Mon, 29 Nov 2004 00:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/assign-right-permission/m-p/3431354#M15084</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2004-11-29T00:45:56Z</dc:date>
    </item>
  </channel>
</rss>

