Results 1 to 2 of 2
what is suid ,sgid...
- 05-14-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 2
what is suid , sgid
what is suid ,sgid
- 05-14-2005 #2Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
You haven't given much context for your question.
UID is User ID, GID is Group ID. The leading 's' implies "set". In the context of an executable program, it could set its UID and/or GID when it's run (well, the scheduler does really), chmod is used to set the appropriate bits in the permissions, ls will show them as 's' or 'S', as necessary.
I await your followup so I know what I have to clarify.


Reply With Quote