readonly # Display read-only variables x=17 $ $ unset x # Attempt to unset a read-only variable /bin/ksh: unset: x: is read only $ $ y=23 # Create a normal ...
確定! 回上一頁