"Mihai Velicu" <[EMAIL PROTECTED]> 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". _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"