next up previous contents index
Next: 9.4.26 sys/termios.h: terminal handling Up: 9.4 Header Files Previous: 9.4.24 sys/signal.h: signal handling

9.4.25 sys/stat.h: file operations

   

DESCRIPTION

This header includes constant definitions and function prototypes for file operations.
chmod
Change the access mode of a file.
fchmod
Change the access mode of a file descriptor.
stat
Get statistics on a named file.
lstat
Get statistics on a named file without following symbolic links.
fstat
Get statistics on an open file by file descriptor.
mkdir
Create a directory.
mkfifo
Create a fifo.
mknod
Create a special file.
umask
Get/set creation mode mask.

None of these routines are implemented in the minimal C library.

Extended functionality.

An implementation of stat, based on the COM interfaces, is the only function provided.



University of Utah Flux Research Group