In bash you can set a variable to ‘readonly’. This can be very useful to prevent accidental overwrites.
readonly INSTALLDIR="/opt/goodSoftware"
In bash you can set a variable to ‘readonly’. This can be very useful to prevent accidental overwrites.
readonly INSTALLDIR="/opt/goodSoftware"