[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: moving bayes_toks solved
- Subject: Re: [cobalt-users] Re: moving bayes_toks solved
- From: Dmitry Alexeyev <dmitry@xxxxxxxxxxxxxxxxx>
- Date: Sun May 9 09:47:01 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Sunday 09 May 2004 20:35, jorge ceballos wrote:
> >I think this will do it:
> >
> >su -
> >mv /root/.spamassassin /home
> >ln -s /home/.spamassassin /root/.spamassassin
>
> Now we have :
> /dev/hda1 743466 262827 480639 36% /
> /dev/hda3 198601 57473 141128 29% /var
> /dev/hda4 17671528 6093555 11577973 35% /home
You can also do (as root!):
mv /usr/doc /home/
ln -s /home/doc /usr/doc
This will free about 70 Mb on root partition.
WBR
Dmtiry