On Wed, 17 Apr 2002, ketan shah wrote:
at one time only one program runs unless we use multithreading.is there any command in linux which will run both programs at same time
what do you mean only one program runs? even if you use multithreading, you're still running just one program.
the question is what is stopping you from running two programs? linux definitely does not stop you, there are no special commands required. you can run as many programs as you want.