<?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: directory owned by root but cannot delete in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152314#M454934</link>
    <description>Check for access control lists with lsacl - &lt;A href="http://docs.hp.com/en/B3921-90010/lsacl.1.html" target="_blank"&gt;http://docs.hp.com/en/B3921-90010/lsacl.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
    <pubDate>Fri, 23 Jan 2009 22:19:29 GMT</pubDate>
    <dc:creator>Ivan Krastev</dc:creator>
    <dc:date>2009-01-23T22:19:29Z</dc:date>
    <item>
      <title>directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152309#M454929</link>
      <description>I somehow screwed up the permissions on a directory and cannot delete it. The directory is in a user's home directory, is owned by root, and the group is bin. Permissions are 700. I am the root user and cannot chmod, chgrp. rmdir, or anything else to the directory. I cannot even cd into it. Any ideas?</description>
      <pubDate>Fri, 23 Jan 2009 21:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152309#M454929</guid>
      <dc:creator>Michael G Jaynes</dc:creator>
      <dc:date>2009-01-23T21:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152310#M454930</link>
      <description>What is the directory name?  What errors, if any, do you get when you try to do anything to/with that directory?</description>
      <pubDate>Fri, 23 Jan 2009 21:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152310#M454930</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-01-23T21:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152311#M454931</link>
      <description>Directory is /home/username/usr&lt;BR /&gt;&lt;BR /&gt;Outputs as follows:&lt;BR /&gt;#ls -lart&lt;BR /&gt;drwx------   3 root       bin             96 Jan 23 14:36 usr&lt;BR /&gt;&lt;BR /&gt;#chmod 777 usr&lt;BR /&gt;chmod: can't change usr: Not owner&lt;BR /&gt;&lt;BR /&gt;# chgrp sys usr&lt;BR /&gt;usr: Not owner&lt;BR /&gt;&lt;BR /&gt;# cd usr&lt;BR /&gt;sh: usr: Permission denied.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 21:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152311#M454931</guid>
      <dc:creator>Michael G Jaynes</dc:creator>
      <dc:date>2009-01-23T21:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152312#M454932</link>
      <description>Are you sure you are root?  It appears that you are not, even though you have a '#' prompt.&lt;BR /&gt;&lt;BR /&gt;At the prompt type 'id' and let us know what that returns, please.</description>
      <pubDate>Fri, 23 Jan 2009 21:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152312#M454932</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-01-23T21:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152313#M454933</link>
      <description>At the prompt an id command gives me:&lt;BR /&gt;&lt;BR /&gt;# id&lt;BR /&gt;uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7(lp),20(users)&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 21:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152313#M454933</guid>
      <dc:creator>Michael G Jaynes</dc:creator>
      <dc:date>2009-01-23T21:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152314#M454934</link>
      <description>Check for access control lists with lsacl - &lt;A href="http://docs.hp.com/en/B3921-90010/lsacl.1.html" target="_blank"&gt;http://docs.hp.com/en/B3921-90010/lsacl.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 23 Jan 2009 22:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152314#M454934</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-01-23T22:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152315#M454935</link>
      <description>Is that directory over NFS?  It may be exported with "root is less than nobody" option.&lt;BR /&gt;&lt;BR /&gt;What does "bdf /home/username/usr" show?</description>
      <pubDate>Sat, 24 Jan 2009 00:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152315#M454935</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-24T00:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152316#M454936</link>
      <description>If over NFS, you will have to change how it is exported.  Or you will have to change the owner/permissions on the server.</description>
      <pubDate>Sat, 24 Jan 2009 00:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152316#M454936</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-24T00:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152317#M454937</link>
      <description>Try looking for hidden chars in the directory name. You probably have a control character in there that will not be displayed.  Try rm -i * or one I sometimes use us ls &amp;gt;file.txt vi file.txt and you will see the hidden chars.  You can then insert rm -i before the filename and place it in "".  Exit and run the file. sh file.txt....</description>
      <pubDate>Sat, 24 Jan 2009 00:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152317#M454937</guid>
      <dc:creator>D Anderton</dc:creator>
      <dc:date>2009-01-24T00:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152318#M454938</link>
      <description>&amp;gt;Damian: Try looking for hidden chars in the directory name.&lt;BR /&gt;&lt;BR /&gt;I doubt this is the problem because the error message didn't say it wasn't found.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I sometimes use use ls &amp;gt; file.txt vi file.txt and you will see the hidden chars.&lt;BR /&gt;&lt;BR /&gt;You can see them directly with ls -b.</description>
      <pubDate>Sat, 24 Jan 2009 01:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152318#M454938</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-24T01:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152319#M454939</link>
      <description>It turns out that since this server is in a Serviceguard cluster I have to access these directories from /export/usr/. It has something to do with the clustering. I signed on to the other node of the cluster and was able to delete the directory I had created. Go figure. Thank you for all of your responses.</description>
      <pubDate>Mon, 26 Jan 2009 14:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152319#M454939</guid>
      <dc:creator>Michael G Jaynes</dc:creator>
      <dc:date>2009-01-26T14:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: directory owned by root but cannot delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152320#M454940</link>
      <description>This was because of the file system layout on a Serviceguard cluster. Thank you for your replies.</description>
      <pubDate>Mon, 26 Jan 2009 14:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-owned-by-root-but-cannot-delete/m-p/5152320#M454940</guid>
      <dc:creator>Michael G Jaynes</dc:creator>
      <dc:date>2009-01-26T14:15:05Z</dc:date>
    </item>
  </channel>
</rss>

