September 2009
Beginner
942 pages
85h 34m
English
readonly
readonly [-afp] [variable[=value] ...]
Prevent the specified shell variables from being assigned new values. An initial value may be supplied using the assignment syntax, but that value may not be changed subsequently. If no variables are specified, readonly displays a list of variables marked read-only.
Each variable must refer to an indexed array.
Each variable must refer to an associative array.
Each variable must refer to a function.
Display the output in a format that allows the list of read-only variables to be saved for rereading later.