Multiple choice technology To change a script in unix we need to use the below mode Edit Insert View 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.