FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Owner & Group extract as 101 101 instead of root system
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Owner & Group extract as 101 101 instead of root system [message #177042 is a reply to message #177038] Fri, 17 February 2012 17:28 Go to previous messageGo to previous message
M. Strobel is currently offline  M. Strobel
Messages: 386
Registered: December 2011
Karma:
Senior Member
Am 17.02.2012 18:13, schrieb Jerry Stuckle:
> On 2/17/2012 10:00 AM, gamer wrote:
>> Hi when I extract the perl on to my AIX box with the root account
>> their owner and group show up as 101 101. Any idea whey, would expect
>> root system?
>>
>> How I exctract: gunzip -dc php-5.3.10.tar.gz | tar xvf –
>>
>> Issuing ls -lt
>> drwxr-xr-x 18 101 101 2560 Feb 16 15:17 php-5.3.10
>
> Maybe because that's what the owner/group are in the file?
>
> Try a Linux newsgroup for more information on how gunzip works.
>

It is tar that does it, JS.

To the OP: tar is a very old unix utility, and it records the file mode bits, owner
and group information. That's why it is largely used, file mode bits are important.
When I extract a zip archive in linux I get wrong file modes. Use chown and chmod to
change that.

BTW: .tar.gz files can be extracted in one step: tar xzvf arhicve.tar.gz

/Str.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: website management
Next Topic: e-mail Hyperlink Code
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 10 14:21:01 GMT 2024

Total time taken to generate the page: 0.04145 seconds