Date: Fri, 26 Jun 1998 08:48:17 -0700 (PDT) From: David Hawkins <dhawk@river.org> To: andre@pipeline.ch (IBS / Andre Oppermann) Cc: isp@FreeBSD.ORG Subject: Re: Homedir 'hiding' Message-ID: <199806261548.IAA29766@ohio.river.org> In-Reply-To: <3593A42A.6241BDF1@pipeline.ch> from IBS / Andre Oppermann at "Jun 26, 98 03:37:46 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> My question is now: what can I do that the telnet users cant see
> the other homedirs (don't tell me 'rm -R *' ;-)).
If you don't want them to know the home directories exist then you're
out of luck -- they're listed in /etc/passwd
(or your YP maps, whatever).
if you just want to fool 'ls' then go a level up and do
chmod 711 .
in other words, if home directories are off of /home then
chmod 711 /home
means ls /home
won't work.
later, david
--
David Hawkins -- dhawk@river.org http://www.river.org/~dhawk
"Excuse me, I have to use the toilet. Actually, I have to use the
telephone, but I'm too embarrassed to say so." -- Dorothy Parker
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806261548.IAA29766>
