1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Ubuntu ユーザー作成方法

Posted at

備忘

//ユーザー新規作(ユーザー名:ubuntu、先頭が数字は作成不可)
//実行後パスワード設定を求められる(2回入力)
$ adduser --comment "" ubuntu

//sudoグループに追加
$ usermod -aG sudo ubuntu
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?