SYNOPSIS
readonly
[
DESCRIPTION
readonly prevents subsequent changes in the value of any of the name arguments. Parameters of the form
name=value
assign value to the KornShell variable name as well as marking name read-only. If readonly is called without arguments it lists, with appropriate quoting, the KornShell variables set as read-only. The following format is used:
Variable="value"
This format is suitable for reading by a shell script,
but to ensure the portability of read-only access,
the
Options
-p -
displays read-only variables in the format:
readonly name=value
This ensures portability when this output is used as input to a shell.
- Note:
-
Normally, this output is captured in a file which is then sourced to reproduce the current environment. Because trying to change a read-only variable fails with an error, you can't successfully source the output unless you go to a new shell.
DIAGNOSTICS
Possible exit status values:
- 0
-
Successful completion.
- 1
-
An attempt to give read-only status to a variable which is already read-only.
- 2
-
Failure due to invalid command line argument.
PORTABILITY
POSIX.2. x/OPEN Portability Guide 4.0. Windows 2000. Windows XP. Windows Server 2003. Windows Vista. Windows 7. Windows Server 2008. Windows 8. Windows Server 2012. readonly is a built-in command of the Bourne Shell and KornShell on UNIX systems.
The behavior of readonly when called with no arguments is an extension to the POSIX and XPG standards.
NOTE
This is a special built-in command of the MKS KornShell.
AVAILABILITY
MKS Toolkit for Power Users
MKS Toolkit for System Administrators
MKS Toolkit for Developers
MKS Toolkit for Interoperability
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
MKS Integrity
SEE ALSO
MKS Toolkit 9.5 Documentation Build 3.