Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-11-16 16:55:44 -05:00 committed by GitHub
parent 82bc7745ce
commit 9b847cf09c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,9 @@
`getcap -r / 2>/dev/null`
### Finding text in a files
`grep -rnw '/path/to/somewhere/' -e 'pattern'
`
### Changing file attributes
chattr + i filename `making file immutable`<br/>