Date: Tue, 15 Feb 2000 23:27:37 -0600 (CST) From: Ryan Thompson <freebsd@sasknow.com> To: R Joseph Wright <rjoseph@nwlink.com> Cc: Bharat Mediratta <bharat@menalto.com>, freebsd-questions@FreeBSD.ORG Subject: Re: user account gone awry Message-ID: <Pine.BSF.4.10.10002152323320.66165-100000@sasknow.com> In-Reply-To: <38AA32EA.F46A5F66@nwlink.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 15 Feb 2000, R Joseph Wright wrote: > The permissions of /usr/home are dr--r--r-- root wheel. How does one go > about changing permissions on a directory anyhow? That could well be your problem :-) Directories need the execute (x) bit for regular users to fetch directory contents. man chmod If you don't like reading: chmod 755 /usr/home -- Ryan Thompson <ryan@sasknow.com> 50% Owner, Sysadmin SaskNow Technologies http://www.sasknow.com #106-380 3120 8th St E Saskatoon, SK S7H 0W2 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?Pine.BSF.4.10.10002152323320.66165-100000>