- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to remove Directory
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 07:20 AM
03-20-2001 07:20 AM
/home/admin/lemkem/2002
# ls -ld
drwxr-xr-x 17 root sys 1024 Mar 20 09:47
Child Directory looks like
/home/admin/lemkem/2002
# ls -l
drwxr-xr-x 2 root sys 96 Mar 20 10:18 3sw
# ls -la 3sw
total 2
drwxr-xr-x 2 root sys 96 Mar 20 10:18 .
drwxr-xr-x 17 root sys 1024 Mar 20 09:47
# rmdir 3sw
rmdir: 3sw: Permission denied
# chmod 777 3sw
chmod: can't change 3sw: Not owner
# whoami
root
# who am i
root pts/0 Mar 20 15:30
I should add Parent Directory, Child Directory and file(s) ( since deleted ) were originally owned by "nobody". Ownership changed using chown root:sys *
Many thanks
Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 07:24 AM
03-20-2001 07:24 AM
Re: Unable to remove Directory
The F will show you if it is a link or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 09:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 09:57 AM
03-20-2001 09:57 AM
Re: Unable to remove Directory
/bin/rm -R --
Cheers..
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 10:06 AM
03-20-2001 10:06 AM
Re: Unable to remove Directory
/bin/rm -R --
it was a typo
Cheers..
Satish.