logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

screendump - dump the contents of a virtual console to stdout

Authors

       Andries Brouwer <aeb@cwi.nl> Manpage by Alastair McKinstry <mckinstry@computer.org>

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.

Name

       screendump - dump the contents of a virtual console to stdout

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.

Options

-V, --version
              print version number.

       -h, --help
              print this usage message.

See Also

setterm(1)

kbd                                                2002-02-24                                      SCREENDUMP(1)

Synopsis

screendump [options] [N]

See Also