0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

初心者メモ Debian一般ユーザー作成とsudo権限付与まで

Posted at

一般ユーザー作成

# useradd [ユーザー名]

パスワード設定

# passwd [ユーザー名]
Enter new UNIX password: 
Retype new UNIX password:

sudoインストール

# apt install sudo

権限付与

# usermod -G sudo [ユーザー名]

ユーザー切り替え

# su [ユーザー名]
0
2
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
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?