создать дочерний процесс (create a child process)
Возвращаемое значение (Return value)
On success, the thread ID of the child process is returned in the
caller's thread of execution. On failure, -1 is returned in the
caller's context, no child process is created, and errno is set
to indicate the error.