Hi there, as part of my project i executed the following code to open a new terminal using execl(). On executing the code the terminal does open but in the background since i checked it with the "ps -e" command. How am i supposed to bring it in foreground. The code is here:
Comments
Leave a comment