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

[cobalt-users] Re: moving bayes_toks



> I want to move the root/.spamassassin folder to the /home partition and
> even though I think I can do it, can somebody please point out the right
> way of doing the symlink ? Just to make sure I don't leave SA unoperative.

I think this will do it:

su -
mv /root/.spamassassin /home
ln -s /home/.spamassassin /root/.spamassassin