| |
| 1: | Just after login, you issue the command echo HOME . What will be the output of this command?
|
| 2: | What is not true about the PATH variable?
|
| 3: | You have a variable " ABC " with value " Alphabets ". You use the following command to change its value. ABC='All $ABC' What will be the new value of the variable?
|
| 4: | To assign the output of a command to a variable, we use:
|
| 5: | The value of the PS2 variable on your system is " > " (greater-than symbol). You issue an incomplete command. What will be the shell's response?
|
| 6: | What is wrong with the shell variable name 3Xyab2 ?
|
| |
| |
| Top |