How can you specify a different file name for the script command output?
Saturday, 05 August 2023
by EITCA Academy
To specify a different file name for the output of the script command in Linux, you can utilize the -t option followed by the desired file name. The script command is a powerful tool that allows you to record your shell sessions, capturing both input and output. By default, the script command saves the session
- Published in Cybersecurity, EITC/IS/LSA Linux System Administration, Advanced sysadmin in Linux, The Linux script command - recording shell sessions, Examination review
Tagged under:
Cybersecurity, File Name, Linux, Output File, Recording Shell Sessions, Script Command

