Re: screen - bash history

2021-11-07 Thread Tim Daneliuk
here a way to know the commands run inside the screen session?  > > > Regards, > Vishal History is maintained by bash itself when it it appropriately configured. In theory, screen has its own as well, but I never use it. -- ------

Re: good Linux terminal emulator for screen?

2019-09-20 Thread Tim Daneliuk
Take a look at terminator ---- Tim Daneliuk tun...@tundraware.com PGP Key: http://www.tundraware.com/PGP/ ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: Screen In An Active Directory Environment

2018-01-22 Thread Tim Daneliuk
On 01/21/2018 11:39 AM, Bob Proulx wrote: > What does 'getent passwd $USER' say in this case? What does 'whoami' > say in this case? whoami returns the correct name nsswitch is looking first at files, then the vas4 authenticator getent for this user returns nothing. Interestingly, emacs com

Screen In An Active Directory Environment

2018-01-10 Thread Tim Daneliuk
I am attempting to use screen in an RH7 environment wherein users are managed centrally from AD somehow. screen blows out with: getpwuid() can't identify your account Evidently, this is because the user does not appear in /etc/passwd. Is there a workaround?