Hi all,
Say my login user id is "t007" and I login into the unix server first using my id and password and then I used to use "su" command to switch the user using root user id and password. Now, how the third person will come to know who has logged in as a first user ?
As:
Login:
t007
password: abcd
$
su - mqsiadm
password : qwert123
$$ [now I am as user "mqsiadm"]
$$ [
How the third person will come to know who logged in first ? (i.e. t007)]
Now if I'll exit, I'll first comeout as a "mqsiadm" and then i'll be as "t007".
Please give me the solution to this !!
Thanks in advance !!
