Dr Andrew Scott G7VAV

My photo
 
March 2024
Mo Tu We Th Fr Sa Su
26 27 28 29 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
1 2 3 4 5 6 7


SCREENDUMP

Section: Linux Console (1)
Updated: 2002-02-24
Index Return to Main Contents

 

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 permissions, or run screendump as root.

 

SEE ALSO

setterm(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
NOTES
SEE ALSO


for client 3.219.233.54
© Andrew Scott 2006 - 2024,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/