Operating System - HP-UX
1834497 Members
2953 Online
110067 Solutions
New Discussion

Transfer linux ACLs to HP-UX?

 
SOLVED
Go to solution
dev44
Regular Advisor

Transfer linux ACLs to HP-UX?

Hi,

I tar'd up a bunch of files on a linux system. These files are owned by Active Directory users. When I un-tar to a samba share on an HP-UX system, it seems to lose the ACLs. The group ID is correct and says "Domain User" but the UID is not the AD name but the AD number. Plus all but one of the groups are missing. I tried to do a "getfacl" to a file on linux and then "setacl -f file" on the HP-UX system but it doesn't like the syntax in the file.

Any ideas?
whatever
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: Transfer linux ACLs to HP-UX?

Shalom,

I don't think HP-UX does ACL in a way that is compatible with open source.

I think you may have to do some post tar xvf processing to get things the way you would like.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
dev44
Regular Advisor

Re: Transfer linux ACLs to HP-UX?

Thanks very much
whatever