I wrote a program that I run after connecting to the box through SSH. It has some user interactions, such as selecting parameters after a request, and usually I wait for the processes that it completes to complete before leaving the system, which closes the terminal and terminates the program. But now the process is quite long, and I do not want to wait while you log in, so how can I implement a workaround for this in C, please?
source
share