Changes between Version 16 and Version 17 of FreeBSDJail


Ignore:
Timestamp:
10/27/10 07:08:26 (13 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDJail

    v16 v17  
    4545pzwet# make -C /usr/ports/sysutils/screen BATCH=yes install clean
    4646
     47Create a User Accounts and set Passwords, please replace with your own detail of course:
     48pzwet# passwd root
     49pzwet# pw user add -m -w random -G wheel -c 'Rick van der Zwet' -n rvdzwet
     50
    4751All all members of group will to do sudo powers:
    4852pzwet# sed -i '' 's+# %wheel ALL=(ALL) ALL+%wheel ALL=(ALL) ALL+' /usr/local/etc/sudoers; visudo -c