> For the complete documentation index, see [llms.txt](https://security.musana.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://security.musana.net/linux/find-all-suid-bit.md).

# Find All SUID Bit

```
find / -perm -u=s -type f 2>/dev/null
```
