- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Re: java zip error
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
08-31-2012 12:17 PM
08-31-2012 12:17 PM
java zip error
Good day,
Has anyone ever seen this type of file permissions created by a java zip utility? I need to know how this happened and how I could fix the permissions.
natux23:/sasenv/biserver/Lev1/SASMeta/MetadataServer/Backups/ContentBackup# ll
.ziprwxrwx 1 root sas 1262297 Aug 31 11:38 ContentServerBackup120831
Jacques
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-31-2012 12:20 PM
08-31-2012 12:20 PM
Re: java zip error
That is seriously wrong on the permissions.
Have you tried just doing a 'chmod' on the file to change the permissions to something else (anything else).
Something like:
chmod 000 ContentServerBackup120831
will completely blank out permissions. You should see the permissions displayed as all '-'s (10 of them to be precise). You could then change the permissions to something more suitable and verify that it displays correctly.
chmod 444 ContentServerBackup120831
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-31-2012 12:22 PM
08-31-2012 12:22 PM
Re: java zip error
total 2466
.ziprwxrwx 1 root sas 1262297 Aug 31 11:38 ContentServerBackup120831
natux23:/sasenv/biserver/Lev1/SASMeta/MetadataServer/Backups/ContentBackup# chmod 000 ContentServerBackup120831
chmod: can't access ContentServerBackup120831
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-31-2012 01:03 PM
08-31-2012 01:03 PM
Re: java zip error
There may be non-printable characters in the filename, which may actually explain the the way it is being displayed.
Try this:
# ll -b
The '-b' option will show non-printable characters in octal notation, so you should see some very strange looking output.
- Tags:
- unprintable chars
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP