Question: Write script/command to:- Script/Command 1 Let the System know that the following script is a bash script. 2 Make VAR an unchangeable and undeletable Variable.
Write script/command to:-
Script/Command | ||
| 1 | Let the System know that the following script is a bash script. | |
| 2 | Make VAR an unchangeable and undeletable Variable. | |
| 3 | Access 8th Argument passed to the script. | |
| 4 | Print Process ID of the current script. | |
| 5 | Sleep the system for 2 seconds | |
| 6 | Print “I have $200” | |
| 7 | Print all the elements of an array without using loops. | |
| 8 | Print filename of the current script. | |
| 9 | Print the exit status of the previous command | |
| 10 | Print all environment variable |
Step by Step Solution
3.37 Rating (163 Votes )
There are 3 Steps involved in it
Script binbash readonly VAR10 echo n Readonly variable VAR echo echo n Eight argument is 8 echo echo n PID of current script echo echo sleep 2 echo n ... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
60d02c4545d68_219794.pdf
180 KBs PDF File
60d02c4545d68_219794.docx
120 KBs Word File
