On 5/16/05, Bodo Eggert <[EMAIL PROTECTED]> wrote: > On Mon, 16 May 2005, Werner Schalk wrote: > > > ok my problem seems to be solved. It was a simple permission problem (I used > > "cp" to copy a vserver but did not preserve the permissons). Thanks a lot > > again to all the people that helped me. > > To copy a directory structure with permissions, use > (cd $src && tar -cf - .)|(cd $dest && tar -xvf -)
try using cp -a mode (cp -dpR equivalent) -- regards romke _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
