5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sed -i 's/rw/ro/1' /etc/fstab
|
||
|
mount -o remount,ro /
|