Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2000 14:15:02 -0400
From:      James Howard <howardjp@wam.umd.edu>
To:        "Raymundo M. Vega" <RaymundoVega@home.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Limiting Internet Access 
Message-ID:  <200006141815.OAA11247@rac6.wam.umd.edu>
In-Reply-To: Your message of "Wed, 14 Jun 2000 11:09:35 PDT." <3947CA5F.28008858@home.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <3947CA5F.28008858@home.com>, "Raymundo M. Vega" writes:
> A simple solution is to use a specific group for your
> users and change permissions deniying execution of
> programs like telnet, ftp, etc. typing as root:
> 
> cd /usr/bin
> chmod 750 telnet
> chmod 750 ftp
> etc
> etc

cp -R /usr/src/usr.bin/telnet ~/telnet
cd ~/telnet
make

Jamie


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006141815.OAA11247>