Skip to content

Commit

Permalink
fix word mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
pgalonza committed Dec 15, 2024
1 parent 683f191 commit a733732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/operations/linux/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Search SUID and SGID
find / -perm /4000 -or -perm /2000 -print 2> /dev/null
```

Search world writw files and dirs
Search world writable files and dirs

```bash
find / -xdev -type f \( -perm -0002 -a ! -perm -1000 \) -print
Expand Down

0 comments on commit a733732

Please sign in to comment.