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) 2002-02-24 SCREENDUMP(1)
More Linux Commands
manpages/svndumpfilter.1.html
svndumpfilter(1) - Filter a subversion repository 'dumpfile'
svndumpfilter.1 - Subversion is a version control system, which allows you to keep old versions of files and directories (usually source code), keep a log of wh
manpages/sigrelse.3.html
sigrelse(3) - System V signal API - Linux manual page.......
These functions are provided in glibc as a compatibility interface for programs that make use of the historical System V signal API. This API is obsolete: new a
manpages/SDL_CondBroadcast.3.html
SDL_CondBroadcast(3) - Restart all threads waiting on a cond
Restarts all threads that are waiting on the condition variable, cond. Returns 0 on success, or -1 on an error. SEE ALSO SDL_CondSignal, SDL_CondWait SDL_CondBr
manpages/cacheflush.2.html
cacheflush(2) - flush contents of instruction and/or data ca
cacheflush() flushes the contents of the indicated cache(s) for the user addresses in the range addr to (addr+nbytes-1). cache may be one of: ICACHE Flush the i
manpages/_tracecchar_t.3ncurses.html
_tracecchar_t(3ncurses) - curses debugging routines.........
The trace routines are used for debugging the ncurses libraries, as well as applications which use the ncurses libraries. These functions are normally available
manpages/glutSpaceballMotionFunc.3.html
glutSpaceballMotionFunc(3) - sets the Spaceball motion callb
glutSpaceballMotionFunc sets the Spaceball motion callback for the current window. The Spaceball motion callback for a window is called when the window has Spac
manpages/optionNextValue.3.html
optionNextValue(3) get the next value from a hierarchical li
This routine will return the next entry after the entry passed in. At the end of the list, NULL will be returned. If the entry is not found on the list, NULL wi
manpages/perlhist.1.html
perlhist(1) - the Perl history records - Linux manual page
This document aims to record the Perl source code releases. INTRODUCTION Perl history in brief, by Larry Wall: Perl 0 introduced Perl to my officemates. Perl 1
manpages/gnutls_x509_rdn_get.3.html
gnutls_x509_rdn_get(3) - API function - Linux manual page...
This function will return the name of the given RDN sequence. The name will be in the form C=xxxx,O=yyyy,CN=zzzz as described in RFC2253. RETURNS On success, GN
manpages/assume_default_colors.3ncurses.html
assume_default_colors(3ncurses) - use terminal's default col
assume_default_colors.3ncurses - The use_default_colors() and assume_default_colors() functions are extensions to the curses library. They are used with termina
manpages/endfsent.3.html
endfsent(3) - handle fstab entries - Linux manual page......
endfsent.3 - These functions read from the file /etc/fstab. The struct fstab is defined by: struct fstab { char *fs_spec; /* block device name */ char *fs_file;
manpages/Xinerama.3.html
Xinerama(3) - API for Xinerama extension to X11 Protocol....
Xinerama is a simple library designed to interface the Xinerama Extension for retrieving information about physical output devices which may be combined into a
