Glossary
a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | .
- direct I/Osearch for term
-
Allows an application to bypass the regular cache buffer and do reads and writes directly to the file itself. Normally, all reads and writes to a file pass through a file system cache buffer, but some applications, such as database programs, may need to do their own caching.
