LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-24-2005, 11:46 PM   #1
backpacker
Member
 
Registered: Jun 2005
Distribution: Fedora 11
Posts: 68

Rep: Reputation: 15
What is LogWatch ModProbe and...


I always receive automatic mails from localhost to /var/spool/mail/root when I work on the shell.Are these log files?How I read and learn meaningful information about terms like as LogWatch,MIME-encapsuled message and SSH etc. Thank you.
 
Old 11-25-2005, 12:15 AM   #2
twantrd
Senior Member
 
Registered: Nov 2002
Location: CA
Distribution: redhat 7.3
Posts: 1,440

Rep: Reputation: 52
Logwatch is pretty cool. It's a perl script that reads from config files. These config files tell logwatch what to look for and whatnot. Usually, logwatch is installed in /etc/log.d. Take a look there and you can tune it to your needs.

-twantrd
 
Old 11-25-2005, 05:28 AM   #3
runlevel0
Member
 
Registered: Mar 2005
Location: Hilversum/Holland
Distribution: Debian GNU/Linux 5.0 (“Lenny”)
Posts: 290

Rep: Reputation: 31
Re: What is LogWatch ModProbe and...

[QUOTE]Originally posted by backpacker
I always receive automatic mails from localhost to /var/spool/mail/root when I work on the shell.Are these log files?
[quote]

The logfiles are not the ones in /var/spool/mail/root, this is your standard UNIX mailbox. The messages you receive comes from logwatch, a daemon which watches your logs (logs live in the /var/log directory) and reports any unusual activity there.
There is a specially interesting file: /var/log/messages where all system activity is logged, network, kernel messages... anything (more or less info depending on your settings).

Quote:

How I read and learn meaningful information about terms like as LogWatch,MIME-encapsuled message and SSH etc.
Nice question. Many people forget that UNIX-alike systems has standard built-in documentation for almost anything.

There are 3 standard information sources in UNIX-alike systems :
  1. The man pages: These are displayed on a console and contains resumed information about program use and options.
  2. The info pages: In a browsable format, has normally more information as the man pages, including tutorials, glossaries and examples
  3. The HOWTOs: Mostly extensive tutorials with lots of information and hands-on examples.

man

There are two ways of invoking a man page. The traditional way is using the console or xterm:
Code:
man programname
man not only includes information about programs, but also about system calls and other stuff.

The more 'modern' way of calling a manpage is using Konqueror and simply typing:
Code:
man: programname
in the URL bar.

info
The Info or texinfo system displays console based browsable documentation (mostly the GNU Toolchain).
Code:
info programname
The information is structured in "nodes" (chapters), you can access a node by placing your cursor on it and hitting return. Use N to advance 1 node and U to go back.
An easier way to see info files is through the Konqueror web browser with an IOslave:
Code:
info:programname
This lets you use info files in a normal HTML fashion.

HOWTOs
There are two ways of using HOWTOs; you can either install them on your system as a package (every distro has it's own version) stored under /usr/share/doc/HOWTO or you can access them online:
TLDP:HOWTOs

A most valuable source of a large amount of information about just anything on a Linux system is the TLDP: The Linux Documentation Project. Another nice source of information are the manuals every (good) distro includes. So you can find two exceptional manual in SUSE: The administrator and the user handbook, Mandriva also has an extense handbook . Debian based distros such as Debian itself, Ubuntu and Knoppix can use the vast documentation available for Debian, like debhelp ...

And of course; You can ask us ;)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Logwatch winchester169 Linux - Security 1 10-21-2004 09:18 AM
***logwatch*** LinuxRam Linux - General 1 08-25-2004 04:09 AM
Making modprobe pcspkr stick with modprobe.preload? gm4jjj Fedora 3 06-16-2004 03:27 AM
modprobe: modprobe: Couldn't locate module nvnet.o/nvaudio.o xiojqwnko Linux - Newbie 2 12-08-2003 05:41 PM
modprobe: modprobe can't locate module ppp0 in redhat 7.1 while shutting down. cyberdude3k Linux - Networking 1 09-08-2003 12:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration