- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Strange unremoveable folder
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-11-2004 05:54 AM
03-11-2004 05:54 AM
drwxr-xr-x 2 oracle oinstall 96 Oct 1 14:56 ewfewfwfwefwe
I can't remove it or check things inside:
# rm -R ewfewfwfwefwe
rm: ewfewfwfwefwe non-existent
# cd ewfewfwfwefwe
sh: ewfewfwfwefwe: not found.
What can i do now ?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 05:56 AM
03-11-2004 05:56 AM
SolutionThis may have some control-characters that are not visible. I would do something like this.
#mkdir junk
#ll -d *ewf*
(make sure this directory appears)
#mv *ewf* junk
#rm -rf junk
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 05:59 AM
03-11-2004 05:59 AM
Re: Strange unremoveable folder
What it gives?
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 06:05 AM
03-11-2004 06:05 AM
Re: Strange unremoveable folder
# ls -ld *ewfe* | cat -v
I would guess you have some control characters prefixed/suffixed to the directoy name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 06:10 AM
03-11-2004 06:10 AM
Re: Strange unremoveable folder
Yours works !
Hi RAC, here's what i got:
# ll -d *ewf*|vis
drwxr-xr-x 2 oracle oinstall 96 Oct 1 14:56 oracle\b\b\b\b\b\bewfewfwfwefwe