[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Moving log directory from /var to /home
- Subject: RE: [cobalt-users] Moving log directory from /var to /home
- From: "Boris Vanrillaer" <raq3@xxxxxxxxxxxxx>
- Date: Sat Jan 19 15:53:00 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Recently, I had a runaway cgi script send thousands of
> messages out increasing the maillog file and filling up the
> /var volume. Can someone please explain how I can move the
> log directory onto the /home volume so I can avoid further
> crashes. I have installed all the latest patches, so I am
> concern with the httpd log that has already been moved.
Would a logical link not do the trick ?
> ln -s target link_name
Further info: man ln
Greetz
Boris