blog/_posts/2013-07-10-change-password-...

28 lines
558 B
Markdown

---
title: "Change password of an user session"
date: 2013-07-10
url: change-password-of-an-user-session
layout: post
category: Security
---
[![A missing blog post image](/img/blog/change-password-of-an-user-session.png)](/img/blog/change-password-of-an-user-session.png)
On Raspberry, you may need to change a password of an user session, you may have to use the configuration panel of _Raspbian OS_ :
`# raspi-config`
... find the option :
> Change user password
---
However, you can run :
`$ passwd`
... and for the _root_ one :
`# passwd root`