Tuesday, April 30, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 5263  / 2 Years ago, sat, september 17, 2022, 7:24:02

I am having some trouble in starting more then one process in a single terminal window..



like as i have started wvdial by



sudo wvdial


it shows all initiating process details but wont give back



pankaj@N5010:~$ 


until i press ctrl+c to terminate which causes terminate wvdial..



what i want is to start both wvdial and nautilus in same terminal window.Is it possible??


More From » command-line

 Answers
6

Append the first command with an ampersand & which makes the command run in the background. man bash says:



If a command is terminated by the control operator &, the shell executes the command in the background in a subshell. The shell does not wait for the command to finish, and the return status is 0.


[#28427] Saturday, September 17, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
riffnkful

Total Points: 390
Total Questions: 123
Total Answers: 110

Location: Puerto Rico
Member since Sat, Mar 13, 2021
3 Years ago
riffnkful questions
Thu, Nov 17, 22, 04:24, 1 Year ago
Mon, Nov 28, 22, 01:40, 1 Year ago
Mon, Jul 11, 22, 13:24, 2 Years ago
Sun, Feb 5, 23, 05:06, 1 Year ago
;