View Single Post

  #2 (permalink)  
Old 12-28-2005, 01:20 AM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

So you wanna see console messages over a remote login? Try age old tail -f command:
Code:
tail -f /var/log/messages
Reply With Quote