COHERENT manpages

This page displays the COHERENT manpage for readonly [Mark a shell variable as read only].

List of available manpages
Index


readonly -- Command

Mark a shell variable as read only
readonly

Mark  each variable  as a  read-only  shell variable.   The shell  will not
permit subsequent  assignments to a readonly  variable.  With no arguments,
readonly prints the name and value of each read-only variable.

See Also

commands,
ksh,
sh