# Find All SUID Bit

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