open() syscall

Albert D. Cahalan (acahalan@cs.uml.edu)
Sat, 26 Jun 1999 01:24:40 -0400 (EDT)


>From the man page:

flags is one of O_RDONLY, O_WRONLY or O_RDWR which request
opening the file read-only, write-only or read/write,
respectively.

What about an open() that is only used to grab a file handle?
One might not have read access on the file, but there are plenty
of functions that take a file descriptor.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/