Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Spying on the physical console

Answer:

When you connect to your remote Linux server using SSH, sometimes you would like to see the message that appear in the console, you can view using the following method:

# tail -f /dev/vcs1

Where vcs1 means the virtual terminal 1, possible options are 1, 2, 3, 4 etc.

The method will save you many time from always need to visit the physical server.

  1. Display physical memory size in Linux
  2. What are the difference between tail -f and tail -F?
  3. How to log console output to a file?
  4. Why SSL cannot be used with name-based virtual hosts?
  5. Immediate time synchronization in RHEL/CentOS/Fedora

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>