ls -l takes a forever to finish.

Derrick Ryalls ryallsd at gmail.com
Thu Nov 29 10:34:00 PST 2007


>
> 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?


More information about the freebsd-questions mailing list