Programming and posix - February 2001

February 10, 2001
Solution Symposium
Page 32
hp e3000
programming
and posix
file management
POSIX file descriptors instead of MPE file numbers
a 32-bit integer field
just a stream of bytes - no record boundaries!
certain reserved file descriptors are always opened
when a process is created:
0 - stdin (program input)
1 - stdout (program output)
2 - stderr (program error message output)