Multiple choice technology

To change a script in unix we need to use the below mode

  1. Edit

  2. Insert

  3. View

  4. Update

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The question refers to vi editor modes. In vi, you enter Insert mode (press 'i' or 'a') to make changes to text. Command mode is for navigation and commands, while Insert mode is specifically for editing/inserting content.