Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> DIRECTIO - How do you tell if it has been set on a file

DIRECTIO - How do you tell if it has been set on a file

From: Kurt Look <look_at_ku.edu>
Date: 15 Feb 2002 18:11:17 -0800
Message-ID: <67c9e1f3.0202151811.3ddf9ada@posting.google.com>


I used a c program (Solaris 2.8) to set DIRECTIO for a file as specified in the 'man directio' page. This call returned successfully:

   if (directio(FileHandle, DIRECTIO_ON)) { ... }

Question: How can I query Solaris to have it tell me that the file I specified has DIRECTIO set for it. I'm thinking that 'ls' should have an option or something.

Kurt Received on Fri Feb 15 2002 - 20:11:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US