On 21-Jan-00 Ganbold opined:
> How to safely move /var/spool/mail directory to somewhere else?
> Because my /var partition is filling up.

The easiest, not necessarily best, way:

        mv /var/spool/mail /<destination>

        ln -s /<destination>/mail /var/spool

All as root. No config changes or anything required. Downside? None so far
for the various links I have set up so far for /opt and /var directories.

-- 
Intel: where Quality is job number 0.9998782345!


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to