Alice goes down the Rabbit hole
- The programmer used 'write' to a normal file
- (eventually, all the file-writing functions map to write(),
- or one of its variants - pwrite(), writev(), etc.)
- The system call crosses the boundary into kernel land - going
- down the rabbit hole...
Originally written by
guy keren