SCREENDUMP(1) General Commands Manual SCREENDUMP(1)
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
has a similar effect.
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
mknod vcs$i c 7 $i
mknod vcsa$i c 7 `expr 128 + $i`
done
(filling in the ellipses) and give the device files appropriate permis-
sions, or run screendump as root.
SEE ALSO
setterm(1)
kbd 2002-02-24 SCREENDUMP(1)
Czas wygenerowania: 0.00014 sek.
Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson
Copyright © 2003-2025 Linux.pl
Hosted by Hosting Linux.pl