August 2000
Intermediate to advanced
816 pages
29h 45m
English
readonly
readonly [options] [variable1 variable2 ...]
Prevent the specified shell variables from being assigned new values. Variables can be accessed (read) but not overwritten. In bash, the syntax variable = value can be used to assign a new value that cannot be changed.
Treat the following names as array variables.
Treat the following names as functions, and set them read-only so that they cannot be changed.
Display all read-only variables (default).
Read now
Unlock full access