When running a script via sudo or su I want to get the original user. This should happen regardless of multiple sudo or su runs inside of each other and specifically sudo su -.
|
|
|
Results: Use Logged in as self:
Normal sudo:
sudo su - :
sudo su -; su tom :
|
|||||||||||||||||
|
|
There's no perfect answer. When you change user IDs, the original user ID is not usually preserved, so the information is lost. Some programs, such as This solution often works, but isn't foolproof, and certainly shouldn't be considered secure. For example, imagine if
Then the result is "
Now, it says |
|||||||||
|
|
This is a
I know the original question was from a long time ago but people (such as me) are still asking and this looked like a good place to put the solution. |
||||
|
|
|
How about using logname(1) to get the user's login name? |
|||