Date: Thu, 03 Aug 2006 09:53:01 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: "Mihai Velicu" <bvelicu@telus.net> Cc: freebsd-questions@freebsd.org Subject: Re: user limits Message-ID: <44k65qj58i.fsf@be-well.ilk.org> In-Reply-To: <20060803052115.77BDUNJX0L@priv-edtnaa06.telusplanet.net> (Mihai Velicu's message of "Wed, 2 Aug 2006 23:21:02 -0600") References: <20060803052115.77BDUNJX0L@priv-edtnaa06.telusplanet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
"Mihai Velicu" <bvelicu@telus.net> writes: > Can someone tell me where I can find some resources for limiting user > account. As example to not execute some programs to not see the content of > some folders and so on. The traditional Unix approach is with file permissions: see the FreeBSD Handbook section on "Permissions" and the chmod(1) manual page (which you can access by typing "man 1 chmod"). For more complicated permission schemes, you way want to use ACLs. See the Handbook section on "File System Access Control Lists".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44k65qj58i.fsf>