<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Affinity</id>
	<title>LQWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Affinity"/>
	<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/wiki/Special:Contributions/Affinity"/>
	<updated>2026-04-15T13:01:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Crond&amp;diff=52042</id>
		<title>Crond</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Crond&amp;diff=52042"/>
		<updated>2010-02-08T11:16:50Z</updated>

		<summary type="html">&lt;p&gt;Affinity: /* Using crond */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''crond''' is the name of the [[daemon]] which provides the [[cron]] scheduling service.&lt;br /&gt;
&lt;br /&gt;
== Using crond ==&lt;br /&gt;
If the cron daemon is enabled it will automatically read any created crontabs, the location of which may be different depending on what version of cron is being used and the distribution it is installed on. Crontabs created using the crontab edit command will usually be stored in a sub-directory under /var, the actual files are saved as the user account name that owns them. Instead of creating or editing jobs using crontab their is also the /etc/cron directories which are labeled in the cron.{interval} format, where interval is the preset frequency in which the folder contents will be read. This method offers more convenience and is simpler to use than directly editing a crontab, but offers less control over the specifics of when a job is run.&lt;br /&gt;
&lt;br /&gt;
== Different cron daemons ==&lt;br /&gt;
&lt;br /&gt;
[http://www.digipedia.pl/man/doc/view/crond.8.html Dillon's cron]&lt;br /&gt;
&lt;br /&gt;
[http://fcron.free.fr/index.php fcron]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/mcron/ Mellor's cron]&lt;br /&gt;
&lt;br /&gt;
[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Vixie cron]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[crontab]]&lt;br /&gt;
* [[At]]&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[category:Daemon]]&lt;/div&gt;</summary>
		<author><name>Affinity</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Crond&amp;diff=52036</id>
		<title>Crond</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Crond&amp;diff=52036"/>
		<updated>2010-02-07T21:20:27Z</updated>

		<summary type="html">&lt;p&gt;Affinity: /* Using crond */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''crond''' is the name of the [[daemon]] which provides the [[cron]] scheduling service.&lt;br /&gt;
&lt;br /&gt;
== Using crond ==&lt;br /&gt;
If the cron daemon is enabled it will automatically read any created crontabs, the location of which may be different depending on what version of cron is being used and the distribution it is installed on. A second location crontabs are read from is the /etc directory, the layout will again differ depending on the distribution used. Instead of editing a user's crontab the /etc/cron directories can have shell scripts placed into them which will be automatically run at intervals ranging from every hour to once a month depending on the directory. This method offers more convenience and is simpler to use than directly editing a crontab, but offers less control over how often the jobs are run.&lt;br /&gt;
&lt;br /&gt;
== Different cron daemons ==&lt;br /&gt;
&lt;br /&gt;
[http://www.digipedia.pl/man/doc/view/crond.8.html Dillon's cron]&lt;br /&gt;
&lt;br /&gt;
[http://fcron.free.fr/index.php fcron]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/mcron/ Mellor's cron]&lt;br /&gt;
&lt;br /&gt;
[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Vixie cron]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[crontab]]&lt;br /&gt;
* [[At]]&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[category:Daemon]]&lt;/div&gt;</summary>
		<author><name>Affinity</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Crond&amp;diff=52035</id>
		<title>Crond</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Crond&amp;diff=52035"/>
		<updated>2010-02-07T21:18:35Z</updated>

		<summary type="html">&lt;p&gt;Affinity: added a brief description as well as some links some different crons&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''crond''' is the name of the [[daemon]] which provides the [[cron]] scheduling service.&lt;br /&gt;
&lt;br /&gt;
== Using crond ==&lt;br /&gt;
If the cron daemon is enabled it will automatically read any created crontabs, the location of which may be different depending on what version of cron is being used and the distribution it is installed on. This information will be available in the documentation provided by the version of cron used with the various distributions. A second location crontabs are read from is the /etc directory, the layout will again differ depending on the distribution used. Instead of editing a user's crontab the /etc/cron directories can have shell scripts placed into them which will be automatically run at intervals ranging from every hour to once a month depending on the directory. This method offers more convenience and is simpler to use than directly editing a crontab, but offers less control over how often the jobs are run.&lt;br /&gt;
&lt;br /&gt;
== Different cron daemons ==&lt;br /&gt;
&lt;br /&gt;
[http://www.digipedia.pl/man/doc/view/crond.8.html Dillon's cron]&lt;br /&gt;
&lt;br /&gt;
[http://fcron.free.fr/index.php fcron]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/mcron/ Mellor's cron]&lt;br /&gt;
&lt;br /&gt;
[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Vixie cron]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[crontab]]&lt;br /&gt;
* [[At]]&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[category:Daemon]]&lt;/div&gt;</summary>
		<author><name>Affinity</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Ksh&amp;diff=51732</id>
		<title>Ksh</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Ksh&amp;diff=51732"/>
		<updated>2010-01-06T23:24:28Z</updated>

		<summary type="html">&lt;p&gt;Affinity: Put the jest comment back in, did not realize I removed it.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''ksh''', the ''Korn Shell'', was written by David Korn as an improvement on the [[sh|Bourne shell]].  The specification for ksh is public domain and has been reimplemented in pdksh.  Most of the really good features are present in [[GNU]] [[bash]], the default shell for most Linux systems.&lt;br /&gt;
&lt;br /&gt;
According to an [http://slashdot.org/articles/01/02/06/2030205.shtml interview with David Korn], the band [http://modlife.com/korn koRn] was formed in 1993 to promote the Korn shell. However the official band biography has no mention of this, instead stating a very different history than the interview claims. (it is possible that David Korn's statement was in jest)&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://man-wiki.net/index.php/Ksh ksh man page]&lt;br /&gt;
* [http://www.kornshell.com/ Korn shell web page] (''www.kornshell.com'')&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[category:Shell]]&lt;/div&gt;</summary>
		<author><name>Affinity</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Ksh&amp;diff=51731</id>
		<title>Ksh</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Ksh&amp;diff=51731"/>
		<updated>2010-01-06T23:14:06Z</updated>

		<summary type="html">&lt;p&gt;Affinity: reworded the statement about the korn band to reflect the uncertainty of the claim&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''ksh''', the ''Korn Shell'', was written by David Korn as an improvement on the [[sh|Bourne shell]].  The specification for ksh is public domain and has been reimplemented in pdksh.  Most of the really good features are present in [[GNU]] [[bash]], the default shell for most Linux systems.&lt;br /&gt;
&lt;br /&gt;
According to an [http://slashdot.org/articles/01/02/06/2030205.shtml interview with David Korn], the band [http://modlife.com/korn koRn] was formed in 1993 to promote the Korn shell. However the official band biography has no mention of this, instead stating a very different history than the interview claims.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://man-wiki.net/index.php/Ksh ksh man page]&lt;br /&gt;
* [http://www.kornshell.com/ Korn shell web page] (''www.kornshell.com'')&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[category:Shell]]&lt;/div&gt;</summary>
		<author><name>Affinity</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User_talk:ThorstenStaerk&amp;diff=51526</id>
		<title>User talk:ThorstenStaerk</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User_talk:ThorstenStaerk&amp;diff=51526"/>
		<updated>2009-12-24T13:02:48Z</updated>

		<summary type="html">&lt;p&gt;Affinity: Undo revision 51525 by Affinity (Talk)-Didn't seem to work.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Vandalism ==&lt;br /&gt;
&lt;br /&gt;
There's a guy by the name of &amp;quot;Linux&amp;quot; going around and blanking all the pages.  Can you block him and clean it up please?  [[User:Linux|Linux]] 19:02, June 7, 2007 (EDT)&lt;br /&gt;
: why ? In most cases, your blanked pages are better than the blahblah before. And if you want to stop, I do not need to block you, just quit. --[[User:ThorstenStaerk|ThorstenStaerk]] 08:04, June 8, 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Proper Way To Start Sysadmin Page ==&lt;br /&gt;
&lt;br /&gt;
What do you recommend as a starting point for sysadmin, just pick a topic and write it?&lt;br /&gt;
&lt;br /&gt;
--[[User:Cmnorton|Cmnorton]] 15:25, March 24, 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Comparison of Linux distributions ==&lt;br /&gt;
&lt;br /&gt;
Hi ThorstenStaerk, it didn't seem to be significant to me, but I can see what you mean about the small details. Perhaps it would be better stated as something like &amp;quot;Includes many common shortcuts to save time (such as the 'll' command, etc.)&amp;quot; - [[User:Blackice|Blackice]] 18:21, October 1, 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== beep ==&lt;br /&gt;
&lt;br /&gt;
i added the author's name to distinguish it from the normal system beep or 'printf(&amp;quot;\a&amp;quot;)'.  &lt;br /&gt;
&lt;br /&gt;
Couple questions:  &lt;br /&gt;
&lt;br /&gt;
first, is this the right place to ask you something? or is there a message link i'm missing&lt;br /&gt;
&lt;br /&gt;
second, was removing the redirect for previous 'beep' -&amp;gt; 'Turn off system beep' ok?  I included it in the new beep article in 'see also' because I thought it was still relevant.&lt;br /&gt;
&lt;br /&gt;
i'm discovering there are a lot of programs out there called beep!&lt;br /&gt;
&lt;br /&gt;
I'm new to wwiki so please let me know if i ever do anything taboo or whatever, i'm just killing time and helping where i can&lt;br /&gt;
&lt;br /&gt;
Hi ThorstenStaerk: I know you've seen me darting around editing stuff, but now I'm running out of ideas, I'm not techy, and I'm a linux newbie.  if you know of something, even boring stuff, that needs done, please offer suggestions and I'll get right to it.  I kill time while at work, read, edit where I know a little about it, learning lots.  have a good week  -Scott&lt;br /&gt;
&lt;br /&gt;
Thank you for the ideas, and thanks for having LiVES in your favorite list - I had not heard of that software - I compiled it from source with no problems and having fun editing some video now :]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
hi, biorezonanta is not spam , can i edit please.&lt;br /&gt;
thank you &lt;br /&gt;
biorezonanta&lt;br /&gt;
&lt;br /&gt;
== How do you get a new page recognized? ==&lt;br /&gt;
&lt;br /&gt;
A quick question:&lt;br /&gt;
&lt;br /&gt;
How can you get a new file recognized as having been written?  &lt;br /&gt;
I ask because of the submission I made for [[File:Hosts]] is still showing up on the [[Special:WantedPages|Most Wanted]] list.&lt;br /&gt;
&lt;br /&gt;
TIA.&lt;br /&gt;
&lt;br /&gt;
[[User:ShadowCat8|ShadowCat8]] 21:27, November 18, 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: This seems to be a mediawiki bug. I stopped caring about this entry in the [[Special:WantedPages|Most Wanted]] list after I wasted a lot of time on it. But thanks for your willingness to contribute --[[User:ThorstenStaerk|ThorstenStaerk]] 05:49, November 19, 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Fuzzy redirects ==&lt;br /&gt;
Hi Thorsten,&lt;br /&gt;
&lt;br /&gt;
What's the use of those myriads of (imo) meaningless redirects with only one (middle) differing capital. Initial Capitals: ok, ALLCAPS, sometimes ok, but sillyCapS means only noise... - [[User:Bemoeial|Bemoeial]] 00:07, November 25, 2009 (UTC)&lt;br /&gt;
: Hey, you are right, I started realizing this as well... a bit slowly. The basic idea was that we had stupid dupliates (like and article CUPS and an article Cups) and I wanted to get rid of it. Anyway I exaggerated, stopping it now :) thanks --[[User:ThorstenStaerk|ThorstenStaerk]] 06:00, November 25, 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Who/Where do I ask questions about this wiki? ==&lt;br /&gt;
I'm new to this wiki and I have some questions. [http://wiki.linuxquestions.org/wiki/LQWiki:Site_discussion The Official mailing list] dosen't seem to work so I'm asking here instead.&amp;lt;br&amp;gt;&lt;br /&gt;
====Starting with two questions:====&lt;br /&gt;
Who (if any) is/are in charge here?&amp;lt;br&amp;gt;&lt;br /&gt;
Who can I ask or where can I ask it if I got questions about and/or suggestions for this wiki?&amp;lt;br&amp;gt;&lt;br /&gt;
-- [[User:Lingonberga|Lingonberga]] 19:04, November 30, 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: [[User:Jeremy]] --[[User:ThorstenStaerk|ThorstenStaerk]] 08:31, December 1, 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Affinity</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User_talk:ThorstenStaerk&amp;diff=51525</id>
		<title>User talk:ThorstenStaerk</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User_talk:ThorstenStaerk&amp;diff=51525"/>
		<updated>2009-12-24T12:58:18Z</updated>

		<summary type="html">&lt;p&gt;Affinity: I removed the internal link brackets around File:Hosts to test if that would resolve the issue of the page showing up as not being written.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Vandalism ==&lt;br /&gt;
&lt;br /&gt;
There's a guy by the name of &amp;quot;Linux&amp;quot; going around and blanking all the pages.  Can you block him and clean it up please?  [[User:Linux|Linux]] 19:02, June 7, 2007 (EDT)&lt;br /&gt;
: why ? In most cases, your blanked pages are better than the blahblah before. And if you want to stop, I do not need to block you, just quit. --[[User:ThorstenStaerk|ThorstenStaerk]] 08:04, June 8, 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Proper Way To Start Sysadmin Page ==&lt;br /&gt;
&lt;br /&gt;
What do you recommend as a starting point for sysadmin, just pick a topic and write it?&lt;br /&gt;
&lt;br /&gt;
--[[User:Cmnorton|Cmnorton]] 15:25, March 24, 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Comparison of Linux distributions ==&lt;br /&gt;
&lt;br /&gt;
Hi ThorstenStaerk, it didn't seem to be significant to me, but I can see what you mean about the small details. Perhaps it would be better stated as something like &amp;quot;Includes many common shortcuts to save time (such as the 'll' command, etc.)&amp;quot; - [[User:Blackice|Blackice]] 18:21, October 1, 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== beep ==&lt;br /&gt;
&lt;br /&gt;
i added the author's name to distinguish it from the normal system beep or 'printf(&amp;quot;\a&amp;quot;)'.  &lt;br /&gt;
&lt;br /&gt;
Couple questions:  &lt;br /&gt;
&lt;br /&gt;
first, is this the right place to ask you something? or is there a message link i'm missing&lt;br /&gt;
&lt;br /&gt;
second, was removing the redirect for previous 'beep' -&amp;gt; 'Turn off system beep' ok?  I included it in the new beep article in 'see also' because I thought it was still relevant.&lt;br /&gt;
&lt;br /&gt;
i'm discovering there are a lot of programs out there called beep!&lt;br /&gt;
&lt;br /&gt;
I'm new to wwiki so please let me know if i ever do anything taboo or whatever, i'm just killing time and helping where i can&lt;br /&gt;
&lt;br /&gt;
Hi ThorstenStaerk: I know you've seen me darting around editing stuff, but now I'm running out of ideas, I'm not techy, and I'm a linux newbie.  if you know of something, even boring stuff, that needs done, please offer suggestions and I'll get right to it.  I kill time while at work, read, edit where I know a little about it, learning lots.  have a good week  -Scott&lt;br /&gt;
&lt;br /&gt;
Thank you for the ideas, and thanks for having LiVES in your favorite list - I had not heard of that software - I compiled it from source with no problems and having fun editing some video now :]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
hi, biorezonanta is not spam , can i edit please.&lt;br /&gt;
thank you &lt;br /&gt;
biorezonanta&lt;br /&gt;
&lt;br /&gt;
== How do you get a new page recognized? ==&lt;br /&gt;
&lt;br /&gt;
A quick question:&lt;br /&gt;
&lt;br /&gt;
How can you get a new file recognized as having been written?  &lt;br /&gt;
I ask because of the submission I made for File:Hosts is still showing up on the [[Special:WantedPages|Most Wanted]] list.&lt;br /&gt;
&lt;br /&gt;
TIA.&lt;br /&gt;
&lt;br /&gt;
[[User:ShadowCat8|ShadowCat8]] 21:27, November 18, 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: This seems to be a mediawiki bug. I stopped caring about this entry in the [[Special:WantedPages|Most Wanted]] list after I wasted a lot of time on it. But thanks for your willingness to contribute --[[User:ThorstenStaerk|ThorstenStaerk]] 05:49, November 19, 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Fuzzy redirects ==&lt;br /&gt;
Hi Thorsten,&lt;br /&gt;
&lt;br /&gt;
What's the use of those myriads of (imo) meaningless redirects with only one (middle) differing capital. Initial Capitals: ok, ALLCAPS, sometimes ok, but sillyCapS means only noise... - [[User:Bemoeial|Bemoeial]] 00:07, November 25, 2009 (UTC)&lt;br /&gt;
: Hey, you are right, I started realizing this as well... a bit slowly. The basic idea was that we had stupid dupliates (like and article CUPS and an article Cups) and I wanted to get rid of it. Anyway I exaggerated, stopping it now :) thanks --[[User:ThorstenStaerk|ThorstenStaerk]] 06:00, November 25, 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Who/Where do I ask questions about this wiki? ==&lt;br /&gt;
I'm new to this wiki and I have some questions. [http://wiki.linuxquestions.org/wiki/LQWiki:Site_discussion The Official mailing list] dosen't seem to work so I'm asking here instead.&amp;lt;br&amp;gt;&lt;br /&gt;
====Starting with two questions:====&lt;br /&gt;
Who (if any) is/are in charge here?&amp;lt;br&amp;gt;&lt;br /&gt;
Who can I ask or where can I ask it if I got questions about and/or suggestions for this wiki?&amp;lt;br&amp;gt;&lt;br /&gt;
-- [[User:Lingonberga|Lingonberga]] 19:04, November 30, 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: [[User:Jeremy]] --[[User:ThorstenStaerk|ThorstenStaerk]] 08:31, December 1, 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Affinity</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Syslog.conf&amp;diff=51376</id>
		<title>Syslog.conf</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Syslog.conf&amp;diff=51376"/>
		<updated>2009-12-20T23:40:52Z</updated>

		<summary type="html">&lt;p&gt;Affinity: added link to online man page for syslog.conf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;syslog.conf is the main configuration for syslogd. The purpose of syslog.conf is to specify rules for logging.&lt;br /&gt;
&lt;br /&gt;
=== Intro ===&lt;br /&gt;
&lt;br /&gt;
The general syntax of syslog.conf is to provide the type of message being logged followed by the location to store the log file. It is also possible to specify exceptions to logging by using a semicolon followed by the argument which specifies what not to log. The following example is taken from the man page of syslog.conf[http://linux.die.net/man/5/syslog.conf]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;# Store critical stuff in critical&lt;br /&gt;
#&lt;br /&gt;
*.=crit;kern.none            /var/adm/critical&lt;br /&gt;
              &lt;br /&gt;
# Kernel messages are first, stored in the kernel&lt;br /&gt;
# file, critical messages and higher ones also go&lt;br /&gt;
# to another host and to the console&lt;br /&gt;
#&lt;br /&gt;
kern.*                       /var/adm/kernel&lt;br /&gt;
kern.crit                    @finlandia&lt;br /&gt;
kern.crit                    /dev/console&lt;br /&gt;
kern.info;kern.!err          /var/adm/kernel-info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first line tells syslogd to store critical logs in /var/adm/critical. The use of ;kern.none tells syslogd not to store any kernel logs. The second set tells syslogd that it should store various types of kernel logs in there own locations.&lt;br /&gt;
&lt;br /&gt;
=== See Also ===&lt;br /&gt;
[[syslogd]]&lt;br /&gt;
&lt;br /&gt;
=== External Links ===&lt;br /&gt;
http://linux.die.net/man/5/syslog.conf&lt;/div&gt;</summary>
		<author><name>Affinity</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Syslog.conf&amp;diff=51375</id>
		<title>Syslog.conf</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Syslog.conf&amp;diff=51375"/>
		<updated>2009-12-20T23:34:12Z</updated>

		<summary type="html">&lt;p&gt;Affinity: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;syslog.conf is the main configuration for syslogd. The purpose of syslog.conf is to specify rules for logging.&lt;br /&gt;
&lt;br /&gt;
=== Intro ===&lt;br /&gt;
&lt;br /&gt;
The general syntax of syslog.conf is to provide the type of message being logged followed by the location to store the log file. It is also possible to specify exceptions to logging by using a semicolon followed by the argument which specifies what not to log. The following example is taken from the man page of syslog.conf, more examples can be found online.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;# Store critical stuff in critical&lt;br /&gt;
#&lt;br /&gt;
*.=crit;kern.none            /var/adm/critical&lt;br /&gt;
              &lt;br /&gt;
# Kernel messages are first, stored in the kernel&lt;br /&gt;
# file, critical messages and higher ones also go&lt;br /&gt;
# to another host and to the console&lt;br /&gt;
#&lt;br /&gt;
kern.*                       /var/adm/kernel&lt;br /&gt;
kern.crit                    @finlandia&lt;br /&gt;
kern.crit                    /dev/console&lt;br /&gt;
kern.info;kern.!err          /var/adm/kernel-info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first line tells syslogd to store critical logs in /var/adm/critical. The use of ;kern.none tells syslogd not to store any kernel logs. The second set tells syslogd that it should store various types of kernel logs in there own locations.&lt;/div&gt;</summary>
		<author><name>Affinity</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Syslog.conf&amp;diff=51374</id>
		<title>Syslog.conf</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Syslog.conf&amp;diff=51374"/>
		<updated>2009-12-20T23:33:54Z</updated>

		<summary type="html">&lt;p&gt;Affinity: this is a brief introduction to syslog.conf, needs much more work but at least it's a starting point&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;syslog.conf is the main configuration for syslogd. The purpose of syslog.conf is to specify rules for logging.&lt;br /&gt;
&lt;br /&gt;
=== Intro ===&lt;br /&gt;
&lt;br /&gt;
The general syntax of syslog.conf is to provide the type of message being logged followed by the location to store the log file. It is also possible to specify exceptions to logging by using a semicolon followed by the argument which specifies what not to log. The following example is taken from the man page of syslog.conf, more examples can be found online.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;# Store critical stuff in critical&lt;br /&gt;
#&lt;br /&gt;
*.=crit;kern.none            /var/adm/critical&lt;br /&gt;
              &lt;br /&gt;
# Kernel messages are first, stored in the kernel&lt;br /&gt;
# file, critical messages and higher ones also go&lt;br /&gt;
# to another host and to the console&lt;br /&gt;
#&lt;br /&gt;
kern.*                       /var/adm/kernel&lt;br /&gt;
kern.crit                    @finlandia&lt;br /&gt;
kern.crit                    /dev/console&lt;br /&gt;
kern.info;kern.!err          /var/adm/kernel-info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first line tells syslogd to store critical logs in /var/adm/critical. The use of ;kern.none tells syslogd not to store any kernel logs. The second set tells syslogd that it should store various types of kernel logs in there own locations.&lt;/div&gt;</summary>
		<author><name>Affinity</name></author>
	</entry>
</feed>