Skip to content

Instantly share code, notes, and snippets.

@deoren
Created January 28, 2018 17:20
Show Gist options
  • Save deoren/05fa1d469aabbddfb9eda7ebb139fb2d to your computer and use it in GitHub Desktop.
Save deoren/05fa1d469aabbddfb9eda7ebb139fb2d to your computer and use it in GitHub Desktop.
Quick tips/tricks for changing passwords

Quick tips/tricks for changing passwords

Linux

Expire password

  • sudo chage --lastday 0 ${user}

Change password

  • passwd
  • echo 'root:mynewpassword' | chpasswd

Windows

placeholder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment