Real and Effective IDs


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Real and Effective IDs
# 1  
Old 10-24-2011
Real and Effective IDs

Can anyone explain me in details of Real and Effective IDs
# 2  
Old 10-24-2011
Code:
et35:/export/home/devac $ who am i
vbe        pts/33       Oct 24 15:39    (ant.xxx.ch)   # Real ID
et35:/export/home/devac $ /usr/ucb/whoami
root                                                  # Effective ID

# 3  
Old 10-24-2011
So the real ID is when you connect yourself

But if you change personality e.g using su you "become" newID which is the effective ID, for whatever you execute from now will be " as newID " and not your loginID, till you exit and become again yourself
# 4  
Old 10-24-2011
Okk, So how can we see whether we are in real user id or effective user id.So groud id also changes accordingly rgt?
And in saved user id it will store the real userid right?
# 5  
Old 10-24-2011
Yes I showed you in previous post use whoami to see effective ID and "who am i " or logname to see real ID
# 6  
Old 10-24-2011
thanks....that was gr8
# 7  
Old 10-24-2011
Quote:
Originally Posted by vbe
So the real ID is when you connect yourself

But if you change personality e.g using su you "become" newID which is the effective ID, for whatever you execute from now will be " as newID " and not your loginID, till you exit and become again yourself
Why is this necessary when you could just exit and be yourself if there was no effective-user?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

List of all ids,groups, privilege ids

I wish to pull out a list of all user ids on the system, including the privileged ids, the groups to which they belong to. Sometimes after deleting an id also, its home dir does not get deleted or an entry is left behind in /etc/passwd. Can someone help me with a script to achieve both. (2 Replies)
Discussion started by: ggayathri
2 Replies

2. Programming

Real, effective and saved user id in C program

I figured it out by now. (0 Replies)
Discussion started by: Ralph
0 Replies

3. Cybersecurity

Password rules not effective

I was looking for a good list of words to exclude people from using as passwords, i.e. those that could be guessed easily. I'm working through a whole bunch of suggestions from skullsecurity.org, but I managed to find this page that seems to suggest I have more options than I thought. :b: I... (1 Reply)
Discussion started by: rbatte1
1 Replies

4. UNIX for Dummies Questions & Answers

Changing the Effective Group ID

Here is my situation. On a RedHat 7.3 box, I have a user named jody. When I log in with jody and type in "id", I get the expected output: uid=1(jody) gid=1(jody) groups=1(jody), 510(test) However, I cannot figure which "id" option allows me to change the effective gid. I tried the options... (2 Replies)
Discussion started by: Jody
2 Replies

5. UNIX for Dummies Questions & Answers

most effective search ?

what's the most efficient and effective search for a file in a dir ? I see many guys use this # find - print or something as such ? and sometimes pipe it to something else ? Is there a better way of using "grep" in all of this ? thanks simon2000 (3 Replies)
Discussion started by: simon2000
3 Replies

6. UNIX for Dummies Questions & Answers

Variables for Effective Username?

Hey all, I'm glad to have found this forum as I'm trying to dive head first into Solaris 8 - been working with it for a few months now and am finally getting a bit comfortable with the layout and concepts. In any case, on to the questions... :D I was wondering how I would go about displaying... (3 Replies)
Discussion started by: QuadMonk
3 Replies
Login or Register to Ask a Question