home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / ixemul-39.47-env-bin.lha / man / cat2 / creat.0 < prev    next >
Text File  |  1993-12-07  |  746b  |  67 lines

  1.  
  2. CREAT(2)                   UNIX Programmer's Manual                   CREAT(2)
  3.  
  4. NNAAMMEE
  5.      ccrreeaatt - create a new file
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ccrreeaatt(_c_h_a_r _*_p_a_t_h, _m_o_d_e___t _m_o_d_e)
  9.  
  10. DDEESSCCRRIIPPTTIIOONN
  11.      TThhiiss iinntteerrffaaccee iiss mmaaddee oobbssoolleettee bbyy::  open(2).
  12.  
  13.      CCrreeaatt() is the same as:
  14.  
  15.            open(path, O_CREAT | O_TRUNC | O_WRONLY, mode);
  16.  
  17. SSEEEE AALLSSOO
  18.      open(2)
  19.  
  20. HHIISSTTOORRYY
  21.      The ccrreeaatt function call appeared in Version 6 AT&T UNIX.
  22.  
  23. 4th Berkeley Distribution        June 23, 1991                               1
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.