> For the complete documentation index, see [llms.txt](https://turkce-linux.gitbook.io/anasayfa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://turkce-linux.gitbook.io/anasayfa/izinler/setgid.md).

# Setgid

Absolutely, here is the translation of the text you provided:

**Set Grup Kimliği (SGID) izni**

Kullanıcı kimliği (SUID) izin bitine benzer şekilde, bir set grup kimliği (SGID) izin biti de vardır. Bu bit, bir programın sanki o grubun bir üyesiymiş gibi çalışmasına izin verir.

Bir örneğe bakalım:

```
$ ls -l /usr/bin/wall

-rwxr-sr-x 1 root tty 19024 Dec 14 11:45 /usr/bin/wall// Some code
```

Artık izin bitinin grup izin seti içinde olduğunu görebiliyoruz.

**SGID'yi Değiştirme**

```
$ sudo chmod g+s myfile

$ sudo chmod 2555 myfile
```

SGID için sayısal gösterim 2'dir.
