pavement

Capturing Screen Content To A File

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
(Capturing Screen Content To A File)
 
m (Reverted edits by DavidYoung (talk) to last revision by 173.88.199.104)
 
(One intermediate revision by one user not shown)

Latest revision as of 17:21, 25 August 2012


[edit] Capturing Screen Content To A File

Sometimes you may want to capture everything that displays on the console screen to a file. This is really useful in making a record of what you are doing that you can review later if there is a problem. Use the script command like this:

script /root/console.log

When finished 'enter exit' to stop recording all console messages to the file.

Personal tools