Types Of System Calls: Types Of System Calls * Process Control: . create process, terminate process โข end, abort โข load, execute โข get process attributes, set process attributes โข wait for time โข wait event, signal event โข allocate and free memory โข Dump memory if error โข Debugger for determining bugs, single step execution โข Locks for managing access to shared data between processes ๏ง File Management: โข create file, delete file โข open, close file โข read, write, reposition โข get and set file attributes ๏ง Device Management: โข request device, release device โข read, write, reposition โข get device attributes, set device attributes โข logically attach or detach devices ๏ง Information Maintanance: โข get time or date, set time or date โข get system da...