1.1.3 UNIX System V第四版本的功能
System V对于UNIX平台的主要贡献包括:
- 增强了Bourne shell功能,包括shell函数。
- 支持STREAMS和TLI网络库。
- 远程文件共享(RFS)。
- 改善了内存分页。
- 应用了二进制接口(ABI)。
UNIX System V第四版本与BSD UNIX的主要差别可以总结如下:
- root引导脚本在System V中为/etc/init.d,在BSD中为/etc/rc.d。
- 默认shell在System V中为Bourne shell,在BSD中为C shell。
- 文件系统数据库在System V中为/etc/mnttab,在BSD中为/etc/mtab。
- 内核名称在System V中为/UNIX,在BSD中为/vmUNIX。
- 打印系统在System V中为lp,在BSD中为lpr。
- 字符串函数在System V中为memcopy,在BSD中为bcopy。
- 终端初始化在System V中为/etc/inittab,在BSD中为/etc/ttys。
- 终端控制在System V中为termio,在BSD中为termios。