by default IRISLIB is always read-only mounted as it holds most of system methods, utilities, compiles, ...
all code that just executes but not changes during runtime and that you should not try to change
differently, IRISSYS holds all dynamic system data that can change during runtime and therefore requires read-write access
As configurations, namespace tables, .....
Though with system management privileges you may change this.
But I'd recommend not to touch it unless you are an in-depth IRIS expert.
- Log in to post comments