<?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: Unzip 5.52 extract files without any permissions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481239#M680413</link>
    <description>&lt;!--!*#--&gt;I don't use these programs (or much else) on&lt;BR /&gt;Windows, but I believe that this is the&lt;BR /&gt;permission/protection information in the&lt;BR /&gt;archive:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; non-MSDOS external file attributes: 000000 hex&lt;BR /&gt;&lt;BR /&gt;If that's all it gets, then UnZip will try to&lt;BR /&gt;use it when extracting that file.  I'd guess&lt;BR /&gt;that that's why an extracted file gets&lt;BR /&gt;all-zero permissions ("---------") on the&lt;BR /&gt;HP-UX system.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Then zip all the files [...]&lt;BR /&gt;&lt;BR /&gt;Another invisible command, but if the files&lt;BR /&gt;were extracted with all-zero permissions,&lt;BR /&gt;then Zip would normally record those&lt;BR /&gt;permissions in the new archive, which would&lt;BR /&gt;explain this:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Unix file attributes (000000 octal): ?---------&lt;BR /&gt;&lt;BR /&gt;If you use Zip on a file with more usual&lt;BR /&gt;permissions, then you should get more usual&lt;BR /&gt;results.  For example:&lt;BR /&gt;&lt;BR /&gt;dyi # ls -l vat.c&lt;BR /&gt;-rw-r--r--   1 root       sys             80 Mar  6  2008 vat.c&lt;BR /&gt;dyi # /usr/local/bin/zip fred.zip vat.c&lt;BR /&gt;  adding: vat.c (deflated 11%)&lt;BR /&gt;dyi # /usr/local/bin/unzip -Zv fred.zip | grep attributes&lt;BR /&gt;  Unix file attributes (100644 octal):              -rw-r--r--&lt;BR /&gt;  MS-DOS file attributes (00 hex):                  none&lt;BR /&gt;&lt;BR /&gt;"rw-r--r--" = 0644.&lt;BR /&gt;&lt;BR /&gt;So, it appears that the program which creates&lt;BR /&gt;your original archive is storing unfriendly&lt;BR /&gt;permission info in the archive.  Then UnZip&lt;BR /&gt;uses that permission info when you extract&lt;BR /&gt;the files on HP-UX, so you get files on HP-UX &lt;BR /&gt;with unfriendly permission info.  Zip then&lt;BR /&gt;preserves the unfriendly permission info when&lt;BR /&gt;you make your new archive on HP-UX.&lt;BR /&gt;&lt;BR /&gt;I don't see anything in the help for Zip or&lt;BR /&gt;UnZip which would let you ignore the actual&lt;BR /&gt;or archived permission info, so, if you get&lt;BR /&gt;unfriendly permission info in the original&lt;BR /&gt;archive, then you may need to change the&lt;BR /&gt;permissions on the HP-UX files before using&lt;BR /&gt;Zip to make the new archive.&lt;BR /&gt;&lt;BR /&gt;      man chmod&lt;BR /&gt;&lt;BR /&gt;We have had some discussion recently about&lt;BR /&gt;adding some UnZip option(s) to allow better&lt;BR /&gt;permission control when extracting files,&lt;BR /&gt;but so far it's only talk.  So far as I know,&lt;BR /&gt;all UnZip has now is "-X", which would not&lt;BR /&gt;help in this case.</description>
    <pubDate>Wed, 19 Aug 2009 15:06:36 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-08-19T15:06:36Z</dc:date>
    <item>
      <title>Unzip 5.52 extract files without any permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481233#M680407</link>
      <description>I unzip an EAR file (a zip format file). All the directories tree contained in the zipped file (the EAR) is create with RW permissions. But the files contained in this directory tree are create with NO right. ls -l give "----------". What's wrong ? &lt;BR /&gt;&lt;BR /&gt;Even I I unzipped as root, no permissions are set on the files.</description>
      <pubDate>Tue, 18 Aug 2009 07:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481233#M680407</guid>
      <dc:creator>Philippe Vanderstraeten</dc:creator>
      <dc:date>2009-08-18T07:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip 5.52 extract files without any permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481234#M680408</link>
      <description>&lt;!--!*#--&gt;UnZip 6.0 is the current released version.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.info-zip.org/" target="_blank"&gt;http://www.info-zip.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Unzip 5.52 extract files without any&lt;BR /&gt;&amp;gt; permissions&lt;BR /&gt;&lt;BR /&gt;Actual "unzip -v" output would be more&lt;BR /&gt;informative than "5.52".  In my experience,&lt;BR /&gt;UnZip 5.52 tends to do what it's told in&lt;BR /&gt;regard to file permissions.  It may be&lt;BR /&gt;affected by the current umask value.&lt;BR /&gt;&lt;BR /&gt;      umask&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I unzip an EAR file [...]&lt;BR /&gt;&lt;BR /&gt;I can't see it from here.  Who made it?  How?&lt;BR /&gt;(What's an "EAR file"?)&lt;BR /&gt;&lt;BR /&gt;I know of no problem in UnZip 5.52 which&lt;BR /&gt;would cause this result, but I'm open to&lt;BR /&gt;considering an actual failing test case&lt;BR /&gt;(preferably a small one, of course).</description>
      <pubDate>Tue, 18 Aug 2009 11:05:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481234#M680408</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-18T11:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip 5.52 extract files without any permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481235#M680409</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I unzip an EAR file [...]&lt;BR /&gt;&lt;BR /&gt;What happens if you use Zip to make a Zip&lt;BR /&gt;archive?&lt;BR /&gt;&lt;BR /&gt;Note: Zip 3.0 is the current released&lt;BR /&gt;version, but 2.32 is pretty trustworthy, too.</description>
      <pubDate>Tue, 18 Aug 2009 11:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481235#M680409</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-18T11:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip 5.52 extract files without any permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481236#M680410</link>
      <description>Thanks for your anwsers&lt;BR /&gt;&lt;BR /&gt;1) unzip -v says:&lt;BR /&gt;&lt;BR /&gt;UnZip 5.52 of 28 February 2005, by Info-ZIP.  Maintained by C. Spieler.  Send&lt;BR /&gt;bug reports using &lt;A href="http://www.info-zip.org/zip-bug.html;" target="_blank"&gt;http://www.info-zip.org/zip-bug.html;&lt;/A&gt; see README for details.&lt;BR /&gt;&lt;BR /&gt;Latest sources and executables are at &lt;A href="ftp://ftp.info-zip.org/pub/infozip/" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/&lt;/A&gt; ;&lt;BR /&gt;see &lt;A href="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/UnZip.html&lt;/A&gt; for other sites.&lt;BR /&gt;&lt;BR /&gt;Compiled with cc for Unix (HP/UX) on Jan  5 2007.&lt;BR /&gt;&lt;BR /&gt;UnZip special compilation options:&lt;BR /&gt;        COPYRIGHT_CLEAN (PKZIP 0.9x unreducing method not supported)&lt;BR /&gt;        SET_DIR_ATTRIB&lt;BR /&gt;        TIMESTAMP&lt;BR /&gt;        USE_EF_UT_TIME&lt;BR /&gt;        USE_UNSHRINK (PKZIP/Zip 1.x unshrinking method supported)&lt;BR /&gt;        USE_DEFLATE64 (PKZIP 4.x Deflate64(tm) supported)&lt;BR /&gt;        VMS_TEXT_CONV&lt;BR /&gt;        [decryption, version 2.9 of 05 May 2000]&lt;BR /&gt;&lt;BR /&gt;UnZip and ZipInfo environment options:&lt;BR /&gt;           UNZIP:  [none]&lt;BR /&gt;        UNZIPOPT:  [none]&lt;BR /&gt;         ZIPINFO:  [none]&lt;BR /&gt;      ZIPINFOOPT:  [none]&lt;BR /&gt;&lt;BR /&gt;2) EAR file: an EAR file is an Enterprise Application Archive. In fact this a .jar file renamed with .ear&lt;BR /&gt;&lt;BR /&gt;3) umask says 02&lt;BR /&gt;&lt;BR /&gt;I just rerun the script which unzip. The problem desappeared....very strange !!!. I ask to the customer if it changed something on the system...they says no. &lt;BR /&gt;What could happened ? How to know if there are system changes ?</description>
      <pubDate>Tue, 18 Aug 2009 12:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481236#M680410</guid>
      <dc:creator>Philippe Vanderstraeten</dc:creator>
      <dc:date>2009-08-18T12:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip 5.52 extract files without any permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481237#M680411</link>
      <description>&lt;!--!*#--&gt;&amp;gt; 1) unzip -v says:&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Ok.  That all looks normal.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I can't see it from here.  Who made it?  How?&lt;BR /&gt;&amp;gt; (What's an "EAR file"?)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 2) EAR file: an EAR file is an Enterprise &lt;BR /&gt;&amp;gt; Application Archive. In fact this a .jar&lt;BR /&gt;&amp;gt; file renamed with .ear&lt;BR /&gt;&lt;BR /&gt;I don't feel much better informed than I did&lt;BR /&gt;before.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I just rerun the script which unzip. [...]&lt;BR /&gt;&lt;BR /&gt;Same archive, or a different one?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What could happened ?&lt;BR /&gt;&lt;BR /&gt;I don't know exactly what you did, so I can't&lt;BR /&gt;say why anything happened.&lt;BR /&gt;&lt;BR /&gt;      unzip -Zv &lt;ARCHIVE&gt;&lt;BR /&gt;should tell you (much) more about what's in&lt;BR /&gt;the archive(s), including the stored&lt;BR /&gt;permission information.&lt;BR /&gt;&lt;BR /&gt;Without more information than I have (and&lt;BR /&gt;perhaps more than you have), I can't&lt;BR /&gt;determine why anything happened.&lt;/ARCHIVE&gt;</description>
      <pubDate>Tue, 18 Aug 2009 16:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481237#M680411</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-18T16:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip 5.52 extract files without any permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481238#M680412</link>
      <description>Thanks for your help and sorry for not answering as well you need...&lt;BR /&gt;&lt;BR /&gt;1) Question: what is an EAR file ?&lt;BR /&gt;An EAR file is a directory wich contains Java librairies, xml files, xmi files. This file is compressed using jar program. The format of this file identical to ZIP format. &lt;BR /&gt;So you may unzip an .ear file with unzip ou jar utility.&lt;BR /&gt;&lt;BR /&gt;2) We create the EARs files under windows XP using websphere utility named: servicedeploy.&lt;BR /&gt;Those EARs files are then moved on an HPUX server. I then extract all files contained in thoses EARs files to change some strings inside. Then I zip the resulting directory to build new EARs files.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;myXXXApp.ear ==&amp;gt; unzip + change in all text files the string XXX by ZZZ. Then zip all the files to get an new EAR file named myZZZApp.ear&lt;BR /&gt;&lt;BR /&gt;3) output of unzip -Zv on an EAR file created under windows using servicedeploy:&lt;BR /&gt;&lt;BR /&gt;MYLibrarie.jar&lt;BR /&gt;&lt;BR /&gt;  offset of local header from start of archive:     3506394 (003580DAh) bytes&lt;BR /&gt;  file system or operating system of origin:        MS-DOS, OS/2 or NT FAT&lt;BR /&gt;  version of encoding software:                     2.0&lt;BR /&gt;  minimum file system compatibility required:       MS-DOS, OS/2 or NT FAT&lt;BR /&gt;  minimum software version required to extract:     2.0&lt;BR /&gt;  compression method:                               deflated&lt;BR /&gt;  compression sub-type (deflation):                 normal&lt;BR /&gt;  file security status:                             not encrypted&lt;BR /&gt;  extended local header:                            yes&lt;BR /&gt;  file last modified on (DOS date/time):            2009 Aug 11 15:20:38&lt;BR /&gt;  32-bit CRC value (hex):                           1789aa78&lt;BR /&gt;  compressed size:                                  39810 bytes&lt;BR /&gt;  uncompressed size:                                80212 bytes&lt;BR /&gt;  length of filename:                               16 characters&lt;BR /&gt;  length of extra field:                            0 bytes&lt;BR /&gt;  length of file comment:                           0 characters&lt;BR /&gt;  disk number on which file begins:                 disk 1&lt;BR /&gt;  apparent file type:                               binary&lt;BR /&gt;  non-MSDOS external file attributes:               000000 hex&lt;BR /&gt;  MS-DOS file attributes (00 hex):                  none&lt;BR /&gt;&lt;BR /&gt;  There is no file comment.&lt;BR /&gt;&lt;BR /&gt;4) output of unzip -Zv on an EAR file created under HPUX after string substitution and whole extracted directory rezipped with zip command:&lt;BR /&gt;&lt;BR /&gt;MYLibrarie.jar&lt;BR /&gt;&lt;BR /&gt;  offset of local header from start of archive:     253789 (0003DF5Dh) bytes&lt;BR /&gt;  file system or operating system of origin:        Unix&lt;BR /&gt;  version of encoding software:                     2.0&lt;BR /&gt;  minimum file system compatibility required:       MS-DOS, OS/2 or NT FAT&lt;BR /&gt;  minimum software version required to extract:     1.0&lt;BR /&gt;  compression method:                               deflated&lt;BR /&gt;  compression sub-type (deflation):                 normal&lt;BR /&gt;  file security status:                             not encrypted&lt;BR /&gt;  extended local header:                            no&lt;BR /&gt;  file last modified on (DOS date/time):            2009 Jul 27 13:56:38&lt;BR /&gt;  32-bit CRC value (hex):                           a0ba6ab6&lt;BR /&gt;  compressed size:                                  28678 bytes&lt;BR /&gt;  uncompressed size:                                35225 bytes&lt;BR /&gt;  length of filename:                               16 characters&lt;BR /&gt;  length of extra field:                            0 bytes&lt;BR /&gt;  length of file comment:                           0 characters&lt;BR /&gt;  disk number on which file begins:                 disk 1&lt;BR /&gt;  apparent file type:                               binary&lt;BR /&gt;  Unix file attributes (000000 octal):              ?---------&lt;BR /&gt;  MS-DOS file attributes (01 hex):                  read-only&lt;BR /&gt;&lt;BR /&gt;  There is no file comment.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I just put an extract on a file. What I can see in the output of unzip -Zv is that ALL directories inside the EAR file have their permissions set to drwxr-xr-x&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this help you ? Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2009 07:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481238#M680412</guid>
      <dc:creator>Philippe Vanderstraeten</dc:creator>
      <dc:date>2009-08-19T07:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip 5.52 extract files without any permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481239#M680413</link>
      <description>&lt;!--!*#--&gt;I don't use these programs (or much else) on&lt;BR /&gt;Windows, but I believe that this is the&lt;BR /&gt;permission/protection information in the&lt;BR /&gt;archive:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; non-MSDOS external file attributes: 000000 hex&lt;BR /&gt;&lt;BR /&gt;If that's all it gets, then UnZip will try to&lt;BR /&gt;use it when extracting that file.  I'd guess&lt;BR /&gt;that that's why an extracted file gets&lt;BR /&gt;all-zero permissions ("---------") on the&lt;BR /&gt;HP-UX system.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Then zip all the files [...]&lt;BR /&gt;&lt;BR /&gt;Another invisible command, but if the files&lt;BR /&gt;were extracted with all-zero permissions,&lt;BR /&gt;then Zip would normally record those&lt;BR /&gt;permissions in the new archive, which would&lt;BR /&gt;explain this:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Unix file attributes (000000 octal): ?---------&lt;BR /&gt;&lt;BR /&gt;If you use Zip on a file with more usual&lt;BR /&gt;permissions, then you should get more usual&lt;BR /&gt;results.  For example:&lt;BR /&gt;&lt;BR /&gt;dyi # ls -l vat.c&lt;BR /&gt;-rw-r--r--   1 root       sys             80 Mar  6  2008 vat.c&lt;BR /&gt;dyi # /usr/local/bin/zip fred.zip vat.c&lt;BR /&gt;  adding: vat.c (deflated 11%)&lt;BR /&gt;dyi # /usr/local/bin/unzip -Zv fred.zip | grep attributes&lt;BR /&gt;  Unix file attributes (100644 octal):              -rw-r--r--&lt;BR /&gt;  MS-DOS file attributes (00 hex):                  none&lt;BR /&gt;&lt;BR /&gt;"rw-r--r--" = 0644.&lt;BR /&gt;&lt;BR /&gt;So, it appears that the program which creates&lt;BR /&gt;your original archive is storing unfriendly&lt;BR /&gt;permission info in the archive.  Then UnZip&lt;BR /&gt;uses that permission info when you extract&lt;BR /&gt;the files on HP-UX, so you get files on HP-UX &lt;BR /&gt;with unfriendly permission info.  Zip then&lt;BR /&gt;preserves the unfriendly permission info when&lt;BR /&gt;you make your new archive on HP-UX.&lt;BR /&gt;&lt;BR /&gt;I don't see anything in the help for Zip or&lt;BR /&gt;UnZip which would let you ignore the actual&lt;BR /&gt;or archived permission info, so, if you get&lt;BR /&gt;unfriendly permission info in the original&lt;BR /&gt;archive, then you may need to change the&lt;BR /&gt;permissions on the HP-UX files before using&lt;BR /&gt;Zip to make the new archive.&lt;BR /&gt;&lt;BR /&gt;      man chmod&lt;BR /&gt;&lt;BR /&gt;We have had some discussion recently about&lt;BR /&gt;adding some UnZip option(s) to allow better&lt;BR /&gt;permission control when extracting files,&lt;BR /&gt;but so far it's only talk.  So far as I know,&lt;BR /&gt;all UnZip has now is "-X", which would not&lt;BR /&gt;help in this case.</description>
      <pubDate>Wed, 19 Aug 2009 15:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481239#M680413</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-19T15:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip 5.52 extract files without any permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481240#M680414</link>
      <description>Ok. I will try to make a new run of my scripts and takes log of every thing. I will try to post a full report of what happens.</description>
      <pubDate>Thu, 20 Aug 2009 10:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481240#M680414</guid>
      <dc:creator>Philippe Vanderstraeten</dc:creator>
      <dc:date>2009-08-20T10:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip 5.52 extract files without any permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481241#M680415</link>
      <description>&lt;!--!*#--&gt;For the morbidly curious, a related problem&lt;BR /&gt;popped up recently on the VMS forum:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1364941" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1364941&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The experimental code offered there is not&lt;BR /&gt;enough to work on a UNIX system, but similar&lt;BR /&gt;changes to UnZip's unix/unix.c should also be&lt;BR /&gt;possible, and could help in this situation.</description>
      <pubDate>Thu, 20 Aug 2009 14:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481241#M680415</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-20T14:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip 5.52 extract files without any permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481242#M680416</link>
      <description>&lt;!--!*#--&gt;If you're interested in running the&lt;BR /&gt;experiment, fetch an UnZip 6.0 source kit&lt;BR /&gt;from one of the usual places, and add these&lt;BR /&gt;replacement files:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.info/ftp/info-zip/unzip60/minusx/unzip.c" target="_blank"&gt;http://antinode.info/ftp/info-zip/unzip60/minusx/unzip.c&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://antinode.info/ftp/info-zip/unzip60/minusx/unzvers.h" target="_blank"&gt;http://antinode.info/ftp/info-zip/unzip60/minusx/unzvers.h&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://antinode.info/ftp/info-zip/unzip60/minusx/unix/unix.c" target="_blank"&gt;http://antinode.info/ftp/info-zip/unzip60/minusx/unix/unix.c&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Re-build, and then use "--X" to inhibit the&lt;BR /&gt;setting of any original permission values.&lt;BR /&gt;&lt;BR /&gt;Default: Restore ugo permissions.&lt;BR /&gt;-X: Restore ugo permissions and UID/GID.&lt;BR /&gt;--X: Restore no permissions.&lt;BR /&gt;&lt;BR /&gt;These changes are unofficial, not well&lt;BR /&gt;tested, UNIX-only (unless you also get the&lt;BR /&gt;replacement "vms/vms.c" file), and not at all&lt;BR /&gt;documented, and I will deny everything under&lt;BR /&gt;oath.</description>
      <pubDate>Thu, 20 Aug 2009 19:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unzip-5-52-extract-files-without-any-permissions/m-p/4481242#M680416</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-20T19:47:38Z</dc:date>
    </item>
  </channel>
</rss>

