Can anyone tell me what kind of Linux computer calls are?
Process & Job Manipulation (or Control
① load, execute, end, abort
② create & kill processes
③ get & set process attributes
④ wait for a certain time
⑤ wait & signal events
⑥ allocate & free(deallocate) memory
———————————————
File Manipulation
⑦ create & delete file
⑧ open & close file
⑨ read, write & reposition
⑩ get & set file attributes
——————————–
For example, which Linux system call functions as load?
Can you list each kind of?
i wanna know the name of the system call
ex) fork()
Solution