mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-25 05:10:23 +00:00
Update stabilize shell.md
This commit is contained in:
parent
5ae608988a
commit
bb371c2ce6
1 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,6 @@ pkill -9 -t pts/pts-number
|
|||
|
||||
# Changing file attributes
|
||||
|
||||
chattr + i filename `making file immutable`
|
||||
chattr -i filename `making file mutable`
|
||||
chattr + i filename `making file immutable`<br/>
|
||||
chattr -i filename `making file mutable`<br/>
|
||||
lschattr filename `Checking file attributes`
|
||||
|
|
Loading…
Reference in a new issue