source: trunk/athena/bin/access/access_off.1 @ 9520

Revision 9520, 1.6 KB checked in by ghudson, 28 years ago (diff)
Rename access_on.1 to access_off.1 for consistency with C source file. Make access_on.1 a .so link to access_off.1. In access_off.1, perform stylistic corrections and add an MIT copyright notice and RCS ID.
Line 
1.\" $Id: access_off.1,v 1.1 1997-01-11 19:20:14 ghudson Exp $
2.\"
3.\" Copyright 1988, 1996 by the Massachusetts Institute of Technology.
4.\"
5.\" Permission to use, copy, modify, and distribute this
6.\" software and its documentation for any purpose and without
7.\" fee is hereby granted, provided that the above copyright
8.\" notice appear in all copies and that both that copyright
9.\" notice and this permission notice appear in supporting
10.\" documentation, and that the name of M.I.T. not be used in
11.\" advertising or publicity pertaining to distribution of the
12.\" software without specific, written prior permission.
13.\" M.I.T. makes no representations about the suitability of
14.\" this software for any purpose.  It is provided "as is"
15.\" without express or implied warranty.
16.\"
17.TH ACCESS_OFF 1 "29 December 1996"
18.SH NAME
19access_on, access_off \- allow or prevent remote connections to workstations
20.SH SYNOPSIS
21.B access_on
22.br
23.B access_off
24.SH DESCRIPTION
25The
26.I access_on
27and
28.I access_off
29utilities control remote connections to Athena workstations.
30The workstation's
31.I reactivate
32process uses the
33.I access_off
34program to prevent the workstation's
35.I inetd
36daemon from accepting network remote connections.  In other words, no
37one can access the workstation with commands like
38.IR rlogin ,
39.IR rcp ,
40.IR ftp ,
41and
42.IR telnet .
43This protects the user from unexpected and possibly hostile remote connections.
44.PP
45Of course the user may wish to allow remote connections.
46The
47.I access_on
48command performs this function.
49Use
50.I access_off
51to prevent connections again.
52.SH SEE ALSO
53reactivate(8),
54inetd(8)
Note: See TracBrowser for help on using the repository browser.