mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-25 05:10:23 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
82bc7745ce
commit
9b847cf09c
1 changed files with 3 additions and 0 deletions
|
@ -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/>
|
||||
|
|
Loading…
Reference in a new issue