Query: screendump
OS: suse
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCREENDUMP(1) Linux Console SCREENDUMP(1)NAMEscreendump - dump the contents of a virtual console to stdoutSYNOPSISscreendump [ N ]DESCRIPTIONThe 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.NOTESFor 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 ALSOsetterm(1) 2002-02-24 SCREENDUMP(1)
| Related Man Pages |
|---|
| vcsa(4) - centos |
| vcs(4) - redhat |
| vcs(4) - debian |
| vcsa(4) - suse |
| vcs(4) - xfree86 |
| Similar Topics in the Unix Linux Community |
|---|
| bitmap image in unix |
| Capturing console (/dev/ttyS1) logs |
| Write terminal contents into a one file in UNIX |
| Print Terminal Output Exactly how it Appears in the Terminal to a New Text File |