Changes between Version 40 and Version 41 of FreeBSDJail
- Timestamp:
- Oct 29, 2010, 11:57:12 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDJail
v40 v41 1 Warning: XXX: Work in progress, please do not FOLLOW not yet completed.2 3 1 This document will describe the setup of jail(8) and how-to configure all applications to work properly within a jail(8). It has the following design criteria/assumptions: 4 2 * file:/usr/ports is shared throughout all installations (so are all the configuration for the ports then) and every system build all ports himself. … … 103 101 Create a User Accounts and set Passwords, please replace with your own detail of course: 104 102 pzwet# passwd root 105 pzwet# pw user add -m -w random -G wheel - c 'Rick van der Zwet' -n rvdzwet103 pzwet# pw user add -m -w random -G wheel -s /bin/csh -c 'Rick van der Zwet' -n rvdzwet 106 104 107 105 All all members of group will to do sudo powers: