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

Re: [cobalt-users] Symbolic links - log files in /var and /home



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