I settled for the following: useradd {myusername} -g sudo -s /bin/bash -m echo "{myusername}:{mypassword}" | chpasswd. It's two lines but it does the ...
確定! 回上一頁