There are six different exec functions, but we'll often simply refer to "the exec functions," which means that could use any of them. These six functions round out the UNIX process control primitives. With fork, we can create new processes. With exec functions, we can initiate new programs. The exit and wait functions handle termination and waiting for termination
A) True
B) False