> > Thanks Pete. I will try to restart the application next time I > encounter such a problem. I hope it resolves the problem. > > Regards, > Qutub. >
hello Qutub, when you encounter such problem you could also use lsof to check unlinked but still open files like this: lsof +aL1 /var additionally if you want to free the space used by the log file but you do not want to stop the application writing to it you could use ">". for example to clear an apache access log from the prompt you could use: > /var/apache2/log/access.log greetings, Stoyan _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users
