old-www/HOWTO/Quota-2.html

52 lines
1.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Quota mini-HOWTO: Requirements for quota </TITLE>
<LINK HREF="Quota-3.html" REL=next>
<LINK HREF="Quota-1.html" REL=previous>
<LINK HREF="Quota.html#toc2" REL=contents>
</HEAD>
<BODY>
<A HREF="Quota-3.html">Next</A>
<A HREF="Quota-1.html">Previous</A>
<A HREF="Quota.html#toc2">Contents</A>
<HR>
<H2><A NAME="s2">2. Requirements for quota </A></H2>
<P>
<H2><A NAME="ss2.1">2.1 Kernel</A>
</H2>
<P>
<P>The 2.x kernel source is available from
<A HREF="http://www.kernel.org/">http://www.kernel.org</A>
Please use an available mirror close to your location to save bandwidth. If
you have a recent version of tar, you can download the .bz2 compressed file.
<P>Untar the kernel:
<HR>
<PRE>
cd /usr/src
tar jxvf /path/to/linux-2.4.21-tar.bz2 - for bzip2 kernel -
tar zxvf /path/to/linux-2.4.21-tar.gz - for gzip kernel -
ln -s /usr/src/linux-2.4.21 /usr/src/linux
</PRE>
<HR>
<P>
<H2><A NAME="ss2.2">2.2 Quota software</A>
</H2>
<P>
<P>Depending on the Linux distribution you have, you may, or may not have
the quota softwares installed on your system. The most recent version of quota
is available through SourceForge and is in active development. You can reach the
homepage of the quota-development at
<A HREF="http://www.sourceforge.net/project/linuxquota">http://www.sourceforge.net/projects/linuxquota</A>.
<P>
<HR>
<A HREF="Quota-3.html">Next</A>
<A HREF="Quota-1.html">Previous</A>
<A HREF="Quota.html#toc2">Contents</A>
</BODY>
</HTML>