![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| what is SUID/GUID bits in UNIX/Solaris | reply2soumya | UNIX for Dummies Questions & Answers | 3 | 03-03-2008 11:01 AM |
| setuid | Prem | UNIX for Dummies Questions & Answers | 1 | 02-16-2007 03:19 PM |
| cc, setuid, and LD_LIBRARY_PATH | WolfBoy | UNIX for Advanced & Expert Users | 0 | 01-19-2006 10:56 AM |
| setuid sticky bit | bandaru | UNIX for Advanced & Expert Users | 0 | 09-23-2004 04:36 PM |
| setuid | sanjay92 | UNIX for Advanced & Expert Users | 2 | 04-15-2002 03:36 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
setuid and guid
Hi All,
Can someone give me some info about setuid or guid topic? Also about sticky bit. Thanks in advance, itik |
| Forum Sponsor | ||
|
|
|
||||
|
Please see Unix File Permissions
|
|
|||
|
Hi
I also have same type of issue . I am trying to set owners uid in AIX using chmod 4754 but it does not work . It seems that AIX just ignores set uid thing . The owner and a user in the group which executes the scripts need to be different . I do not want other user or even users in the group to read certain files (password files etc) .They are used to connect to oracle. Other reason is that the scripts write to lots of directories on which these other users do not have privileges. What is the alternate solution. There are 100s of scripts which can not be altered . Regards Clifford. |
|
||||
|
I'd suggest moving the AIX setuid question over to the AIX section - I'm really only familiar with the Solaris use of it.
itik: I don't think I really understand your question... The sticky bit is still used plenty, it's just rare to use it on a file to hold it in memory - modern schedulers do a better job. RBAC and sudo are also used as alternatives to setuid. |
|
||||
|
Part 3 of The Whole Story on #! /usr/bin/ksh discusses suid shell scripts at some length. But a quick management summary: suid and sgid bits are ignored on shell scripts by many kernels. Solaris is an exception to this rule.
|
||||
| Google The UNIX and Linux Forums |