The server mode starts up a server which performs basic file operations. The file operations it performs will be directed by p4 processes executing one of the other modes. A running server should continue to run until it is killed by a signal such as SIGINT (triggered by ctrl+C). If a client is currently connected to a server when it is killed, the client should print some error message to communicate that the server is unavailable.