Skip to content

Instantly share code, notes, and snippets.

@toshihirock
Created February 23, 2015 14:06
Show Gist options
  • Save toshihirock/2a885702fdad5bc1bae7 to your computer and use it in GitHub Desktop.
Save toshihirock/2a885702fdad5bc1bae7 to your computer and use it in GitHub Desktop.
パスワードの一括設定
sudo chpasswd <<EOT
user1:password1
user2:password2
EOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment