>
> it is for sure.
>
> the fix would be
>
> mv /usr/home /usr/oldhome;mkdir /usr/home;mv /usr/oldhome/* /usr/home
>
> and after successfull move - rm -rf /usr/home

I really hope you meant: rm -rf /usr/oldhome

Also, mv just moves pointers around, wouldn't a cp -Rp be needed instead?
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to