[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: moving bayes_toks
- Subject: [cobalt-users] Re: moving bayes_toks
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Sun May 9 09:24:01 2004
- Organization: BRTnet.org
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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