Forum: Getting Started and Choosing a Distro Jul 11th, 2006 |
| Replies: 3 Views: 1,850 There isn't "a" version of UNIX. pty is suggesting the BSD version of UNIX manifested as Linux. Good choice.
There are other families of UNIX out there. POSIX was created to try to make "one"... |
Forum: Getting Started and Choosing a Distro May 22nd, 2006 |
| Replies: 1 Views: 2,386 Interpreted?
write() calls are deferred to some future time by the kernel. However, any read() to that file after a write is guaranteed to be able to read the data written. This means that if... |