From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: PATH field questions Date: Wed, 16 Jan 2008 16:04:49 -0500 Message-ID: <200801161604.50106.sgrubb@redhat.com> References: <478E1599.8000202@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <478E1599.8000202@redhat.com> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Wednesday 16 January 2008 09:32:57 Matthew Booth wrote: > The meaning of the first 3 characters of the mode field. The mode field is in octal. This is the sticky * setuid bits. Look at fstat man page for st_mode. > The meaning of rdev. root device for the file in question. -Steve