[SATLUG] OT: Solaris architecture 32/64
Al Castanoli
afcasta at texas.net
Thu Jun 17 23:15:05 CDT 2004
Miguel A. Figueroa wrote:
>Quick google search produced this:
>http://www.harmanresearch.com/solaris/#HowCanwetellSolarisOSisrunning32
bitor64bit
>Miguel
The page at that URL also recommends:
quote
Move all files from one directory to another using tar pipe
from directory /var
mkdir /var1
cd /var
tar cf - . | (cd /var1 && tar xBf -)
unquote
which seems pretty messy... a better solution might be:
quote
cd /; mkdir var1; cd var; tar clf - * | (umask 0; cd /var1; tar xvf -)
unquote
Al Castanoli | afcasta at texas.net
More information about the Satlug
mailing list