I am trying to use this code sequence to clone a directory tree.
mkdir /usr/test1
cd /var
find . | cpio -dmp /usr/test1
The result is /usr/test1 gets populated with the directory tree but
all the schg flags get stripped off.
How can I keep the schg flags in the cloned directory?
_
> I am trying to use this code sequence to clone a directory tree.
> mkdir /usr/test1
> cd /var
> find . | cpio -dmp /usr/test1
>
> The result is /usr/test1 gets populated with the directory tree but
> all the schg flags get stripped off.
>
> How can I keep the schg flags in the cloned director
It looks to me that the uname -m and uname -p always have the same
value, such as "i386".
Is there some fine-grained difference or some un-documented difference
between them
or some combination were the values would be different?
___
freebsd-questio