Skip to content

Instantly share code, notes, and snippets.

@mktakuya
Last active August 29, 2015 14:01
Show Gist options
  • Save mktakuya/5dc5794bf831d12df9b3 to your computer and use it in GitHub Desktop.
Save mktakuya/5dc5794bf831d12df9b3 to your computer and use it in GitHub Desktop.
新規アカウントの作り方 - 情報処理同好会 新入生向け資料

新規アカウントの作り方 - 情報処理同好会 新入生向け資料

情処の備品のPCを使う人は、PCの中に自分のアカウントを作ってもらいます。

アカウントの作り方

  • PCの電源をつける
  • ログインする(ユーザ名とパスワードは、PCの近くに紙があるのでそれで)
  • 以下のコマンドを実行する
$ sudo su
$ sudo adduser あなたのユーザ名
$ su - あなたのユーザ名
  • 次回以降、PCの電源をつけたあとは今作ったアカウントでログインしてください!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment