![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Increment userid in file | dejavu88 | Shell Programming and Scripting | 2 | 05-26-2008 02:11 PM |
| How to kill a process and its childs given pid and userid | nani_g | Shell Programming and Scripting | 0 | 06-05-2006 04:57 AM |
| locking userid to 1 dir? | amheck | SUN Solaris | 2 | 05-05-2006 12:46 PM |
| date and userid | gundu | Shell Programming and Scripting | 2 | 03-25-2005 08:53 AM |
| validating userid | giannicello | UNIX for Dummies Questions & Answers | 2 | 05-07-2003 01:13 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
userid
I would like to know the difference between the real user-id and the
effective user-id. If user-A runs a program owned by user-B then which is the real user-id and which is the effective user-id ? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
If user-A runs a program that has the suid bit set, owned by user-B, the process will start with a real uid of user-A and an effective uid of user B.
|
||||
| Google The UNIX and Linux Forums |