At times, you will need to modify files that may be write-protected.
In the system, there are 2 write-protected locations:
/boot
/
Via SSH, you will need to use the mount command.
mount
mount -o remount,rw /boot
mount -o remount,rw /