View Single Post

  #2 (permalink)  
Old 11-11-2007, 04:42 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,036
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

All logs files are located at /var/log directory. For example /var/log/messages has Genreal message and system releated stuff. To see use
Code:
tail -f /var/log/messages
To search use grep command
Code:
grep 'word' /var/log/messages
See our FAQ for more info - Linux log files location and how do I view logs files?
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote