cpio command and schg flags

2011-09-05 Thread joeb1
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? _

FW: cpio command and schg flags

2011-09-06 Thread joeb1
> 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

uname ?

2012-02-01 Thread joeb1
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