The UNIX and Linux Forums
>
OS Specific Forums
>
AIX
copy a fs with the same privileges
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
copy a fs with the same privileges
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
05-08-2008
bakunin
Bughunter Extraordinaire
Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 1,035
or:
Code:
# cd /old/fs # tar -cf - | (cd /new/fs ; tar -xf - )
bakunin
bakunin
View Public Profile
Find all posts by bakunin