Re: shell script for checking and starting?
Michiel Boland <[email protected]> Mon, 15 Dec 2003 17:39:32 +0100 (CET)
| Newsgroups | gmane.network.mathopd |
|---|---|
| Message-ID | <[email protected]> |
> I need to redirect all logs to stdout, but this doesn't work on Linux. > /dev/stdout on Linux is a symlink into /proc and the device ownership > is determined by the UID of the invoking user. User ``www'' cannot write > to stdout owned by root... Any ideas? Are you saying that, on Linux, the permissions on /dev/stdout are not 0666? That is just silly. Anyway, if I have some time I will try to create a workaround. Cheers Michiel