See what is going on the Linux console screen

by on April 3, 2006 · 0 comments· last updated at April 3, 2006

/dev/vcsN is a character device i.e. it refers to the memory of the currently displayed virtual console terminal. These are character devices for virtual console terminals, they have major number 7 and minor number 1 to 63.

You may do a screendump on using cat command (vt2) or just see what is going on the Linux console screen:

# cat /dev/vcs2 > /tmp/output.vt2.
# cat /dev/vcs2

It may be handy to monitor remote system vts.



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as:

Previous Faq:

Next Faq: