Changes between Version 16 and Version 17 of FreeBSDJail
- Timestamp:
- Oct 27, 2010, 7:08:26 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDJail
v16 v17 45 45 pzwet# make -C /usr/ports/sysutils/screen BATCH=yes install clean 46 46 47 Create a User Accounts and set Passwords, please replace with your own detail of course: 48 pzwet# passwd root 49 pzwet# pw user add -m -w random -G wheel -c 'Rick van der Zwet' -n rvdzwet 50 47 51 All all members of group will to do sudo powers: 48 52 pzwet# sed -i '' 's+# %wheel ALL=(ALL) ALL+%wheel ALL=(ALL) ALL+' /usr/local/etc/sudoers; visudo -c