15 lines
314 B
Groff
15 lines
314 B
Groff
Name: creat - create a new file or rewrite an existing one
|
|
|
|
Syntax: int creat (char *path, int mode)
|
|
|
|
Description:
|
|
Create a new file.
|
|
|
|
See Also:
|
|
chmod(2), close(2), dup(2), fcntl(2), lseek(2), open(2),
|
|
read(2), umask(2), write(2).
|
|
|
|
Bugs:
|
|
This description could be slightly longer.
|
|
|