Once you are root, it's
probably not impossible to run
su a
, and then follow instructions in post #2.
But I would not bet on it, especially if you don't know the password for user a.
On the other hand, if you log into that machine as user e and then SSH in from the side as user e, then it would make sense.
There's kind of a reason why processes from different users cannot easily communicate and interfere with each other - the very design of UNIX is to prevent that. I've had that happen to me on Windows, and I absolutely hated that. But that's another story.
The
su(1) manpage (which I recommend that you read) is a pretty short one. Just a heads up: Reading a manpage is one thing. Understanding it and applying it to yourself to solve a problem - that's a very different thing.
I realize that English is not your native language,
fff2024g , so it may be difficult to properly express and/or translate some pretty important security concepts in a way that makes sense and is correct in both languages.