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

RE: [cobalt-users] Moving log directory from /var to /home



> 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