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.
--
------
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
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
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?