I am trying to test having different bash shells as children of a parent shell. I am trying to start a shell in background to see but it stops immediately and stays in background. What is causing this behaviour?
➜ bash &
[1] 59521
[1]+ Stopped bash