anurag jalan wrote:
> 
> Hi all,
> 
> I downloaded the comanche .tar.gz file to /usr/local and extracted the
> archive with :   tar -xvzf filename...
> 
> The archive was extracted to /usr/local/comanche/ but the ownership
> attributes of this directory were:
> 
> owner= bdg ; group = indra instead of root and root..
> 
> bdg and indra are 2 users on my system ... Can anyone explain what's the
> reason for this ? I am running SAMBA on the server.. Is any other
> information pertinent ?
> 
this is because the tar file was made by a user whose UID and GID are
the same as your bdg UID and indra GID. There's nothing strange about
it. There's an option (I think) in tar to change the ownership while you
unpack it, but I don't remember it, so look at the manual pages.

To change it, just:

chown -R root.root /usr/local/comanche


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to