"Interesting" System Calls (Cont.) _exit - terminate the current process. fork - create a child process. returns the PID (process ID) of the child process. uname - check information about the operating system (kernel version, CPU architecture, operating system name, etc.) socket - create a socket, for network communications. connect - open a connection, using a given socket, to a given network address.