SCREENDUMP(1) Linux Console 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.
NOTES
For security reasons, screendump uses linux devices "virtual console screen" and "virtual
console screen with attributes" to give access for screendump.
On pre-DevFS systems, you should 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 permissions, or run
screendump as root.
On DevFS systems, the /dev/vcc/?? devices will automatically be present.
SEE ALSO
setterm(1)
AUTHORS
Andries Brouwer <aeb AT cwi.nl>
Manpage by Alastair McKinstry <mckinstry AT computer.org>
2002-02-24 SCREENDUMP(1)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-26 08:09 @38.107.179.236 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)