Multiple choice technology operating systems

script command is

  1. used to record/spool your session

  2. create a new login session

  3. No such command exists

  4. a & b are correct

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

The script command in Unix is used to record/spool terminal sessions. It creates a typescript file containing everything printed to the terminal during the session, including both input and output. It's commonly used for logging or debugging terminal interactions.