Use the readonly (Sobell, page 315) builtin to make the myname variable you created in the previous step a readonly variable and then assign a new value to it. What happens?
What will be an ideal response?
$ readonly myname
$ myname=Sam
-bash: myname: readonly variable
Computer Science & Information Technology
You might also like to view...
A(n) ________ marks the end of one section and the beginning of the next
Fill in the blank(s) with correct word
Computer Science & Information Technology
To insert the current date into a document, on the Ribbon, click the Insert tab. Then, in the Text group, click the ____ button.
A. Date B. Time C. Date & Time D. Calendar
Computer Science & Information Technology