~ubuntu-branches/ubuntu/hoary/clamav/hoary-backports

« back to all changes in this revision

Viewing changes to docs/html/node12.html

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2004-06-21 22:26:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040621222645-jvaxzuttrjz6kh8t
Tags: upstream-0.73
ImportĀ upstreamĀ versionĀ 0.73

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 
2
 
 
3
<!--Converted with LaTeX2HTML 2K.1beta (1.48)
 
4
original version by:  Nikos Drakos, CBLU, University of Leeds
 
5
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
 
6
* with significant contributions from:
 
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
 
8
<HTML>
 
9
<HEAD>
 
10
<TITLE>New system user and group</TITLE>
 
11
<META NAME="description" CONTENT="New system user and group">
 
12
<META NAME="keywords" CONTENT="clamdoc">
 
13
<META NAME="resource-type" CONTENT="document">
 
14
<META NAME="distribution" CONTENT="global">
 
15
 
 
16
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
 
17
<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
 
18
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
 
19
 
 
20
<LINK REL="STYLESHEET" HREF="clamdoc.css">
 
21
 
 
22
<LINK REL="next" HREF="node13.html">
 
23
<LINK REL="previous" HREF="node11.html">
 
24
<LINK REL="up" HREF="node6.html">
 
25
<LINK REL="next" HREF="node13.html">
 
26
</HEAD>
 
27
 
 
28
<BODY >
 
29
<!--Navigation Panel-->
 
30
<A NAME="tex2html486"
 
31
  HREF="node13.html">
 
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 
33
 SRC="/usr/share/latex2html/icons/next.png"></A> 
 
34
<A NAME="tex2html482"
 
35
  HREF="node6.html">
 
36
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 
37
 SRC="/usr/share/latex2html/icons/up.png"></A> 
 
38
<A NAME="tex2html476"
 
39
  HREF="node11.html">
 
40
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 
41
 SRC="/usr/share/latex2html/icons/prev.png"></A> 
 
42
<A NAME="tex2html484"
 
43
  HREF="node1.html">
 
44
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 
45
 SRC="/usr/share/latex2html/icons/contents.png"></A>  
 
46
<BR>
 
47
<B> Next:</B> <A NAME="tex2html487"
 
48
  HREF="node13.html">Compilation</A>
 
49
<B> Up:</B> <A NAME="tex2html483"
 
50
  HREF="node6.html">Installation</A>
 
51
<B> Previous:</B> <A NAME="tex2html477"
 
52
  HREF="node11.html">Installing on a shell</A>
 
53
 &nbsp <B>  <A NAME="tex2html485"
 
54
  HREF="node1.html">Contents</A></B> 
 
55
<BR>
 
56
<BR>
 
57
<!--End of Navigation Panel-->
 
58
 
 
59
<H2><A NAME="SECTION00036000000000000000">
 
60
New system user and group</A>
 
61
</H2>
 
62
    If you are installing ClamAV for the first time, you have to add a new
 
63
    user and group to your system: <A NAME="tex2html18"
 
64
  HREF="footnode.html#foot167"><SUP>3</SUP></A>    <PRE>
 
65
        # groupadd clamav
 
66
        # useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
 
67
</PRE>
 
68
    The above method works on Linux and Solaris - in case you don't have
 
69
    <I>groupadd, useradd</I> please consult the system manual.
 
70
    If you are installing ClamAV on a user account you may omit this step with
 
71
    the <code>--disable-clamav</code> option passed to the <code>configure</code> script:
 
72
    <PRE>
 
73
        $ ./configure --disable-clamav
 
74
</PRE>
 
75
    It disables testing for existence of the <I>clamav</I> user and group.
 
76
    <B>clamscan still requires the unprivileged user and group to work
 
77
    in the superuser mode.</B> The password for that account should be locked
 
78
    in <I>/etc/passwd</I> or <I>/etc/shadow</I>.
 
79
 
 
80
<P>
 
81
<BR><HR>
 
82
<ADDRESS>
 
83
Tomasz Kojm
 
84
2004-06-14
 
85
</ADDRESS>
 
86
</BODY>
 
87
</HTML>