how to run xterm with nested bash shells, or screen nested inside bash

2013-08-31 Thread Zenaan Harkness
From an existing plain xterm, I want this command: uxterm -e /bin/bash -c /usr/bin/screen or eg: uxterm -e /bin/bash -c /bin/sh To result in a nested shell. Basically I want my xterms to open by default with a screen session (which works fine), but I want to be able to log out of screen with

Re: how to run xterm with nested bash shells, or screen nested inside bash

2013-08-31 Thread Claudius Hubig
Dear Zenaan, Zenaan Harkness wrote: From an existing plain xterm, I want this command: uxterm -e /bin/bash -c /usr/bin/screen or eg: uxterm -e /bin/bash -c /bin/sh To result in a nested shell. Basically I want my xterms to open by default with a screen session (which works fine), but I

Re: how to run xterm with nested bash shells, or screen nested inside bash

2013-08-31 Thread Zenaan Harkness
On 9/1/13, Claudius Hubig debian_1...@chubig.net wrote: Dear Zenaan, Zenaan Harkness wrote: From an existing plain xterm, I want this command: uxterm -e /bin/bash -c /usr/bin/screen or eg: uxterm -e /bin/bash -c /bin/sh To result in a nested shell. Basically I want my xterms to open by