Date: Sat, 8 Jan 2000 01:07:13 +0000 From: Ben Smithurst <ben@scientia.demon.co.uk> To: courtney@whtz.com Cc: questions@freebsd.org Subject: Re: home directory permissions Message-ID: <20000108010713.A69561@strontium.scientia.demon.co.uk> In-Reply-To: <85256860.000112BA.00@mail.whtz.com> References: <85256860.000112BA.00@mail.whtz.com>
next in thread | previous in thread | raw e-mail | index | archive | help
courtney@whtz.com wrote: > I am trying to add a user with his home directory on a different hard > drive (storage limitations), Free BSD will let me add the user just fine, > but my MTA tries to deliver mail it reports an error or "world write-able > directory"..SO here is my question- what permissions do I need to assign to > the home directory? and what command will give me those (i.e. chmod > ??????) well, there's no single answer, it depends how much privacy your users want. It will almost certainly need user read/write/execute, possibly with group/other read/execute too (that's 700 for just user read/write/execute, or 755 for user read/write/execute + group/other read/execute). Look at what permissions YOUR home directory has, for example, and use that. You really should be able to work out an octal permission mode from the information produced by "ls -ld $HOME". -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk 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?20000108010713.A69561>