readonly
[
variable1 variable2
...]
Prevent the specified shell variables from being assigned new values. Variables can be accessed (read) but not overwritten. In the Korn shell, the syntax
variable
=
value
can be used to assign a new value that cannot be changed.