<?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 chown in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612710#M865</link>
    <description>Hi,&lt;BR /&gt;this problem seem very stupid (and of course it is!!), but i'm not able to change the owner of a directory!!!&lt;BR /&gt;Command used&lt;BR /&gt;chown -R user:group filename&lt;BR /&gt;I have&lt;BR /&gt;chown: filename: bad argument&lt;BR /&gt;what's wrong? I also checked the man pages but without any result. &lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 13 Nov 2001 10:59:28 GMT</pubDate>
    <dc:creator>Tarek</dc:creator>
    <dc:date>2001-11-13T10:59:28Z</dc:date>
    <item>
      <title>chown</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612710#M865</link>
      <description>Hi,&lt;BR /&gt;this problem seem very stupid (and of course it is!!), but i'm not able to change the owner of a directory!!!&lt;BR /&gt;Command used&lt;BR /&gt;chown -R user:group filename&lt;BR /&gt;I have&lt;BR /&gt;chown: filename: bad argument&lt;BR /&gt;what's wrong? I also checked the man pages but without any result. &lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 13 Nov 2001 10:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612710#M865</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-11-13T10:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: chown</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612711#M866</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the filename?  Is it a directory name? Try:&lt;BR /&gt;&lt;BR /&gt;chown -R user:group filename/*&lt;BR /&gt;&lt;BR /&gt;Marcin&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 12:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612711#M866</guid>
      <dc:creator>Marcin Golembski_1</dc:creator>
      <dc:date>2001-11-13T12:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: chown</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612712#M867</link>
      <description>The filename is a directory. I have created user tarek and i'm setting the permissions and owner. Chmod works, chown no.&lt;BR /&gt;Directory is: /home/tarek&lt;BR /&gt;command i'm using: chown -R tarek:users /home/tarek but it doesn't work.&lt;BR /&gt;i also tried /home/tarek/* but it says file or directory does not exist.&lt;BR /&gt;Any further help??</description>
      <pubDate>Tue, 13 Nov 2001 12:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612712#M867</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-11-13T12:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: chown</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612713#M868</link>
      <description>Are you root?&lt;BR /&gt;Does chgrp -R :users /home/tarek work?&lt;BR /&gt;What are /home permissions?&lt;BR /&gt;Did you try on some other directory?&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 13:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612713#M868</guid>
      <dc:creator>Marcin Golembski_1</dc:creator>
      <dc:date>2001-11-13T13:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: chown</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612714#M869</link>
      <description>chgrp -R users /home/tarek works&lt;BR /&gt;/home/tarek permissions are 755&lt;BR /&gt;chown -R tarek /home/tarek still have error:&lt;BR /&gt;chown: /home/tarek: bad argument&lt;BR /&gt;thanks...</description>
      <pubDate>Tue, 13 Nov 2001 14:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612714#M869</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-11-13T14:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: chown</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612715#M870</link>
      <description>Check /etc/passwd for missing or misspelled user tarek.  If it's OK try on other directory and/or use different users and groups.  I suspect your chown binary may be broken...  &lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 14:43:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612715#M870</guid>
      <dc:creator>Marcin Golembski_1</dc:creator>
      <dc:date>2001-11-13T14:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: chown</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612716#M871</link>
      <description>I have recreated user tarek. I don't know why it wasn't working. Now it's ok, don't ask me why.. i have created the user in the same mode. Thanks however for your help.&lt;BR /&gt;Tarek</description>
      <pubDate>Tue, 13 Nov 2001 14:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612716#M871</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-11-13T14:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: chown</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612717#M872</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just remember that you CANNOT change the ownership of a file that does not belong to you (unless you're root).&lt;BR /&gt;&lt;BR /&gt;Try to login as root and...&lt;BR /&gt;&lt;BR /&gt;chown -R tarek /home/tarek/*&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 14:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown/m-p/2612717#M872</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-13T14:53:50Z</dc:date>
    </item>
  </channel>
</rss>

