fix (linux-capabilities): typo

This commit is contained in:
Gurkirat Singh 2021-09-02 21:53:54 +05:30
parent 2e4e5ffa55
commit 10f25450d6
No known key found for this signature in database
GPG Key ID: AB1E96EB7794D659

View File

@ -1123,7 +1123,7 @@ Lets suppose the **`python`** binary has this capability, you can **change** the
python -c 'import os;os.chown("/etc/shadow",1000,1000)'
```
### CAP\_FORMER
### CAP\_FOWNER
**This means that it's possible to change the permission of any file.**