Update stabilize shell.md

This commit is contained in:
AbdullahRizwan101 2020-09-11 01:05:19 +05:00 committed by GitHub
parent 5ae608988a
commit bb371c2ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`