Copying permissions between dir trees - TechRepublic
General discussion
June 19, 2002 at 10:48 PM
bor

Copying permissions between dir trees

by bor . Updated 23 years, 11 months ago

I’m trying to find a way to copy permissions from directory tree to another one in hpux. I need this because on one of my oracle installations permissions were corrupted by wrong chmod command recursively. I want to restore permissions by copying acls from good installation to bad one. Using ‘cp -rp’ isn’t a right way because two directory trees aren’t fully identical. Thanks in advance.

This discussion is locked

All Comments