On Thu Jan 22 12:41:10 EST 2009, lu...@proxima.alt.za wrote:
> Does Plan 9 really not provide for file creation?
> 
>       typedef
>       struct Dir {
>               /* system-modified data */
>               ushort  type;   /* server type */
>               uint    dev;    /* server subtype */
>               /* file data */
>               Qid     qid;    /* unique id from server */
>               ulong   mode;   /* permissions */
>               ulong   atime;  /* last read time */
>               ulong   mtime;  /* last write time */
>               vlong   length; /* file length */
>               char    *name;  /* last element of path */
>               char    *uid;   /* owner name */
>               char    *gid;   /* group name */
>               char    *muid;  /* last modifier name */
>       } Dir;
> 
> It's been a long time, have I asked this already?

use the dump, luke. ☺

- erik

Reply via email to