Thread: Shell sending commands to background and stopping them when not told to
has found solution?
annoying - process started in bash gets stopped after time. example:
test@sandbox:~$ firefox -no-remote
[1]+ stopped firefox -no-remote
test@sandbox:~$
gets stopped after time itself. , can't use fg:
test@sandbox:~$ fg
firefox -no-remote
[1]+ stopped firefox -no-remote
test@sandbox:~$
how make bash behave usual? mean should move process background if explicitly specify (ctrl+z, ctrl+y or &).
up
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help Shell sending commands to background and stopping them when not told to
Ubuntu
Comments
Post a Comment