[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: create own user in usb wheezy live



> #!/bin/bash
> # add user and set default groups
> useradd custom_user -G users,adm,sudo
> echo " set default passwords "
> echo "root:the_root_password" | chpasswd
> echo "custom_user:the_custom_user_password" | chpasswd
  
  Thank you.


Reply to: