Skip to content

Instantly share code, notes, and snippets.

@abarth500
Last active December 16, 2015 10:18
Show Gist options
  • Save abarth500/5418611 to your computer and use it in GitHub Desktop.
Save abarth500/5418611 to your computer and use it in GitHub Desktop.
[情報科学科実験I] ユーザを追加する
#ユーザを追加する
sudo useradd yokoyama
#ユーザにパスワードを付与する
sudo passwd yokoyama
#ここで(パスワードを二回入力する)
#ユーザがsudo出来るようにする
sudo usermod -G wheel -a yokoyama
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment