Find the answer to your Linux question:
Results 1 to 2 of 2
what is suid ,sgid...
  1. #1
    Just Joined!
    Join Date
    May 2005
    Posts
    2

    what is suid , sgid

    what is suid ,sgid

  2. #2
    scm
    scm is offline
    Linux 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...