@@ -318,9 +322,7 @@ find / -perm -o x -type d 2>/dev/null
find / \( -perm -o w -perm -o x \) -type d 2>/dev/null
```
#### Bad path configuration
### Bad path configuration
Putting `.` in the path
If you put a dot in your path you won't have to write `./binary` to be able to execute it. You will be able to execute any script or binary that is in the current directory.