[GLLUG] Screen as a login shell

Bruce Smith blubdog at gmail.com
Tue Jan 11 10:55:14 EST 2005


> Has anyone ever tried to use /usr(/local)/bin/screen as their login
> shell on a remote server? Would it work? Any potential drawbacks?

I'd have to see your passwd entry, but I doubt it'd work.
First because screen by itself because it's not a shell.
Second, even if you ran it with bash as a parameter, what 
would you escape back to when you did the CTRL-A+D  ?

If I want to turn my current shell into a screen shell, I run
  screen bash --login
Then I can escape back to my primary shell and logoff, 
while leaving my screen shell running (and reconnect later).

 - BS


More information about the linux-user mailing list