01:58 Mon 07 Oct , Alexander Wiedergold WIEDERGOLD.NET wrote: > dear > подскажите как быстро можно удолить старый cache_dir от Squid > rm -fR cache_dir/* очень долго
Что-то вроде такого? mv cache_dir cache_dir.old squid -z ionice -c3 rm -fr cache_dir.old & service squid start -- WBR, Andrey Tataranovich -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

