[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to block telnet access.
On Thu, 23 Sep 1999, Mike wrote:
> How can i block access to directories and commands on my server ?
using access permissions, groups, etc.
> i need to give telnet access to some ppl and i do not want to give them
> full access to the disks and commands.
they have only read-only access to directories other then their own and
'/tmp' and such.
> for example, i do not want to give them access to /etc/
Dave, don't do that.....
if you don't even give them read acces to /etc/, things will start working
lousily. for example, the shell startup files (/etc/profile r
/etc/csh.cshrc) won't be accessible to them. /etc/passwd won't be
accessible and this will break many programs for them....
guy
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il