[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Symbolic links - log files in /var and /home
- Subject: Re: [cobalt-users] Symbolic links - log files in /var and /home
- From: "Jelmer Jellema" <cobalt@xxxxxxxxxxxxxxx>
- Date: Fri Mar 8 22:59:01 2002
- Organization: Spin in het Web (www.spininhetweb.nl)
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
From: "Central Louisiana"
> For some reason, I have lost the files in /home/log/httpd (like access)
but
> instead they reside in /var/log/httpd. Is there a command I can use to
> relink these two so the duplicate is in the correct dir?
Well, on my machine /var/log/httpd is a symlink to /home/log/httpd. So they
are the same. If it's not anymore you could stop httpd, move the directory
and recreate the symlink, then restart httpd.
Jelmer