Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ creat(2) — 386BSD 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

open(2)

CREAT(2)                  386BSD Programmer's Manual                  CREAT(2)

NAME
     creat - create a new file

SYNOPSIS
     creat(char *path, mode_t mode)

DESCRIPTION
     This interface is made obsolete by:  open(2).

     Creat() is the same as:

           open(path, O_CREAT | O_TRUNC | O_WRONLY, mode);

SEE ALSO
     open(2)

HISTORY
     The creat function call appeared in Version 6 AT&T UNIX.

4th Berkeley Distribution        June 23, 1991                               1












































Typewritten Software • bear@typewritten.org • Edmonds, WA 98026