<HTML>
<HEAD>
<!-- this stylesheet will later on be added by lfparser automatically: -->
<style type="text/css">
<!--
  pre { font-family:monospace,Courier }
  pre.code { font-family:monospace,Courier;background-color:#aedbe8; }
  p.code { width:80%; alignment:center; background-color:#aedbe8; 
        border-style:none; border-width:medium; border-color:#aedbe8; 
        padding:0.1cm ; text-align:left }
-->
</style>
</HEAD>
<BODY>

<H1>LF ����: �������motd &amp; issue</H1>
<H4>ArticleCategory:</H4>
UNIX Basics
<H4>AuthorImage: [Here we need a little image from you]</H4>
<IMG SRC="../../common/images2/MarioMKnopf.jpg" ALT="[Photo of the Author]" WIDTH=150 HEIGHT=130>

<H4>TranslationInfo:[Author + translation history. mailto: or
http://homepage]</H4>
<P>original in de <A HREF="http://www.neo5k.de/">Mario M. Knopf</A>&nbsp; </P>
<p>en to cn <a href="mailto:daxiawj(at)gmail.com">Wang Jun</a></p>

<H4>AboutTheAuthor:[A small biography about the author]</H4>
<p>Mario ϲ����Linux������ͼ������ȫ����صĹ�����</p>


<H4>Abstract:[Here you write a little summary]</H4>
 ����һ��С���ɣ������ڿ�ʼ��LinuxFocusÿ�¶��������ṩһ�������ļ��ɡ���������й���ЩС���ɵ����뷨�����ʼ�����guido(Q)linuxfocus.org��

<H4>ArticleIllustration:[One image that will end up at the top of the
article]</H4>
<IMG SRC="../../common/images2/article357/motd.jpg" ALT="[Illustration]" HSPACE=10 WIDTH=500 HEIGHT=120>

<H4>ArticleBody:[The main part of the article]</H4>

<h2>���</H2>
<p>ÿһ��Linux���û���ֻҪ���ǽ���ֻ�����м���5�����еĻ�������ע��ԭ����ָ����X�������У���Ϊ�ܶ෢�а涼Ĭ�ϰ����м���5��ΪX�����м���Ȼ��Ҳ�����⣬���籾��Ĭ�ϰ�װ��Debian3.1�Ͱѳ�1��������м������ó�����X�������϶�������"<i>motd</i>" and "<i>issue</i>"�������ı��ļ����ɵı��档��Ҫ�������Լ���Ҫ�ı��棬��������κ��ı��༭������ص��ļ�Ȼ������޸ĺͱ༭��</p>

<h2>motd</h2>
<p>����ĸ��д��"<i>motd</i>"��ʾ"<i>ÿ��ͨ��(message of the day)</i>"������ļ��ᱻϵͳ��¼�������ã��������������ļ���"<i>/etc</i>"���ҵ�������һ��������ʾһ���ɹ��ĵ�¼������Ȼ����������һ�ض�shell����֮ǰ������ļ��������ݻ���������ʾ��</p>
<pre class="code">
$ cat /etc/motd
Have a lot of fun...
</pre>

<h2>issue</h2>
<p>�ļ� "<i>/etc/issue</i>"Ҳ����������Ļ����ʾ���档Ȼ������Щ��Ϣ���ڵ�¼��ʾ��֮ǰ���֡�ͨ��������ļ�����һ�����ṩϵͳ�ķ��а���������"<i>motd</i>"һ������Ҳ���Ա�������޸ġ����磬�� Slackware 10 ������������£�</p>
<pre class="code">
$ cat /etc/issue
Welcome to \s \r (\l)
</pre>
���С�\s���ᱻ"����ϵͳ����(operating system name)"ȡ������\r����"�ں˰汾��(kernel version)"ȡ��������\l����"�ն��豸����(terminal device name)"���档
�������mingetty(1)��getty(1)��ϵͳ�ֲ����ҵ�������Щѡ��������ϸ��������

</BODY>
</HTML>
<!-- vim: set sw=2 ts=2 et tw=74: -->