- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hidden strange subdirectory
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
09-28-2000 11:14 PM
09-28-2000 11:14 PM
hidden strange subdirectory
how can i remove it?
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 11:33 PM
09-28-2000 11:33 PM
Re: hidden strange subdirectory
Octal 010 is backspace. I suppose this file was created from within a hpterm or xterm with bad tty settings.
Now how do you delete it?
When you do 'ls -lbi', you'll see a the inode number at the beginning of the line. Go to the directory containing the file. Then, use following command:
find . -fsonly -inum
The -i with the rm gives you the possibility to answer no to cancel the delete.
Hope this helps,
Rik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 11:35 PM
09-28-2000 11:35 PM
Re: hidden strange subdirectory
It is a directory? Replace 'rm -i' with 'rmdir' (if directory is empty) or 'rm -f' (if directory is not empty).
Bye,
Rik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 11:47 PM
09-28-2000 11:47 PM
Re: hidden strange subdirectory
at the beginning of name and every 010 there is a back-slash !
How came has been creted this directory?
About the removal there is no problem!
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 12:03 AM
09-29-2000 12:03 AM
Re: hidden strange subdirectory
I have understood how the dir has been created! A series of back-slash and back-space have been typed!
Thanks
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 12:05 AM
09-29-2000 12:05 AM
Re: hidden strange subdirectory
It is a directory? Replace 'rm -i' with 'rmdir' (if directory is empty) or 'rm -f' (if directory is not empty).
Bye,
Rik.