CMC
Company
Programming
Technical
The system call that is key to multitasking in UNIX
A) Exec
B) Fork
C) System
D) None
Read Solution (Total 1)
-
- File Structure Creating a Channel creat()
Related Calls open()
close()
Input/Output read()
write()
Random Access lseek()
Channel Duplication dup()
Aliasing and Removing link()
Files unlink()
File Status stat()
fstat()
Access Control access()
chmod()
chown()
umask()
Device Control ioctl()
ALL are System call so ans (B) - 9 years agoHelpfull: Yes(0) No(1)
CMC Other Question