How to open terminal in scripting

satishmaghade

Distinguished
Sep 16, 2009
1
0
18,510
i have to write a shell script in which i want to run 6 processes for this i need 6 terminals to open , how can i open 6 terminals,all the processes run continuously so i can not run it in single terminal .
 

kresso

Distinguished
Sep 15, 2009
55
0
18,630
Not quite certain what you are asking. Are you wanting to open up six different terminals and in each of them run your script? It would be better if you gave a little more information on what you are trying to do with the script.
 

MrLinux

Distinguished
Dec 28, 2007
1,036
0
19,310
It depends what desk-top you are using, Gnome it's "gnome-terminal", for KDE it's "konsole" both followed by relevant command line (etc).

Normally you'd only open a terminal if you need to interact with it.