From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <13426df10903152018l71106308oc6ca777863aed2ce@mail.gmail.com> References: <948781140903151935y51e45cedl6ab826ee9c68b115@mail.gmail.com> <7837ef4f0a0c4327b9302be24e2a1fa2@quanstro.net> <13426df10903152018l71106308oc6ca777863aed2ce@mail.gmail.com> Date: Sun, 15 Mar 2009 23:55:39 -0400 Message-ID: <3aaafc130903152055wf530678jde8d61aac045fb7@mail.gmail.com> From: "J.R. Mauro" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] log oversight Topicbox-Message-UUID: bc340b18-ead4-11e9-9d60-3106f5b1d025 On Sun, Mar 15, 2009 at 11:18 PM, ron minnich wrote: > note that those files are append-only. > > logs on unix are writeable by everyone: > [rminnich@Panzer ~]$ logger -p kern.err "JUNK" > [rminnich@Panzer ~]$ sudo tail -f /var/log/messages > > Mar 16 04:15:03 Panzer rminnich: JUNK > This didn't work on my linux box. I actually have: % ls -l /var/log/messages -rw------- 1 root root 960355 2009-03-15 23:51 /var/log/messages > > ron > >