0
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?

More than 3 years have passed since last update.

Macターミナルコマンドでパスワードを変更する。

Posted at

Macのターミナルコマンドでパスワードを変更する方法を紹介します。
ターミナル画面で、passwdを入力することで、変更することができます。

$ passwd
Changing password for xxxx.
Old Password:
New Password:
Retype New Password:

passwdと入力すると、

  • 現在のパスワード
  • 新しいパスワード
  • 新しいパスワードの再入力

を求められるので、入力します。

システム環境設定を使わずに変更できるので、頻繁に変更する方には便利です。

0
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
0
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?