The correct answer is (b) -a
To elaborate: script command overwrites any previous typescript that may exist. -a option allows us to append our session to the existing typescript file without overwriting to it.
For example, script -a
We can also record our session to a different log file by using the following command.