The Windows CreateFile() system call is used to create a file. W

分类: OS 发布时间: 2023-11-15 03:37 浏览量: 1

The Windows CreateFile() system call is used to create a file. What is the equivalent system call in UNIX:

A.

ioctl()

B.

open()

C.

fork()

D.

createfile()

正确答案是B