screendump (1) - Linux Manuals
screendump: dump the contents of a virtual console to stdout
NAME
screendump - dump the contents of a virtual console to stdout
SYNOPSIS
screendump [ N ]DESCRIPTION
The screendump command dumps the contents of virtual console N , (or the current console if N is omitted) to standard out.Just saying
- cat /dev/vcsN
NOTES
For security reasons, screendump uses linux devices "virtual console screen" and "virtual console screen with attributes" to give access for screendump.Ensure these files exist, using
-
cd /dev
for i in 0 1 2 3 ...; do
done
(filling in the ellipses) and give the device files appropriate permissions, or run screendump as root.