備忘
//ユーザー新規作(ユーザー名:ubuntu、先頭が数字は作成不可)
//実行後パスワード設定を求められる(2回入力)
$ adduser --comment "" ubuntu
//sudoグループに追加
$ usermod -aG sudo ubuntu
Go to list of users who liked
備忘
//ユーザー新規作(ユーザー名:ubuntu、先頭が数字は作成不可)
//実行後パスワード設定を求められる(2回入力)
$ adduser --comment "" ubuntu
//sudoグループに追加
$ usermod -aG sudo ubuntu
Register as a new user and use Qiita more conveniently
Go to list of users who liked