Let's say I log in as Bob to host server. Then i do :
export MYSEC='secret'
Let's say Alice has access to the same host and also sudo permissions.
How can Alice see the value of MYSEC?
Note : let's say Bob never closes the session so the value remains there and we allow Alice to work