[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: condividere una partizione con due debian. inconvenienti?



On Sun, Jan 11, 2004 at 02:20:15PM +0100, Leonardo Canducci wrote:
> >  find / -uid 1001 -print | xargs chown 1000
> > oppure
> >  chown -R --from=1001 1000 /
> > 
> è una buona idea se sono 50000 file?

bubu e' un pentium 200 con 64 mega di ram, woody, 2.4.24

root@bubu:/tmp# for I in `seq 1 50000`; do touch ${I}; chown -v 38 ${I}; done
root@bubu:/tmp# time chown -R --from=38 39 .

real    0m8.713s
user    0m0.370s
sys     0m5.140s

per creare i file ci ha messo una _botta_ di tempo...

ma mi vien da pensare un cosa: tu dubitavi delle prestazioni? o di
qualcosaltro?

-- 
The lion and the calf shall lie down together but the calf won't get much sleep.
		-- Woody Allen



Reply to: