|
|
|
|
|
by blacklion
737 days ago
|
|
Linux (and FreeBSD, too) has ACLs for FS. NT has ACLs for everything. Each handle (read: descriptor) has associated ACLs. Also, each handle can be waited ("selected") with same system call. No select()/epoll() vs wait() distinctions. Nw Linux has timerfd and procfd and others, but NT had these from birth. In some way NT is more UNIX ("everything is a file") than UNIX itself. |
|