1.

Which of the following is a valid option with script command?(a) -b(b) -a(c) -d(d) -xThe question was posed to me in class test.I want to ask this question from General Purpose Commands in chapter The Unix Architecture & General Purpose Utilities of Unix

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions