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