~sambuddhabasu1/mailman/fix_mailman_run_error

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.\"
.\" GNU Mailman Manual
.\"
.\" check_perms 
.\"
.\" Documenter:   Terri Oda
.\"               terri (at) zone12.com
.\" Created:      September 14, 2004
.\" Last Updated: September 14, 2004
.\"
.TH check_perms 1 "September 14, 2004" "Mailman 2.1" "GNU Mailman Manual"
.\"=====================================================================
.SH NAME
check_perms \- Check the permissions for the Mailman installation.
.\"=====================================================================
.SH SYNOPSIS
.B check_perms 
[-f]
[-v]
[-h]
.\"=====================================================================
.SH DESCRIPTION
.B check_perms 
checks the permissions for the Mailman installation.
.PP
With no arguments, just check and report all the files that have bogus
permissions or group ownership.  With -f (and run as root), fix all the
permission problems found.  With -v be verbose.
.\"=====================================================================
.SH OPTIONS
.IP "-f"
Run as root and fix all the permission problems found.
.IP "-v"
Verbose output.  
.IP "--help, -h"
Print help message and exit.
.\"=====================================================================
.SH SEE ALSO
.BR check_db (1),
.BR transcheck (1)
.PP
The Mailman website: http://www.list.org
.\"=====================================================================
.SH AUTHOR
This man page was created by Terri Oda <terri (at) zone12.com>.
Use <mailman-developers@python.org> to contact the developers.