> For the complete documentation index, see [llms.txt](https://gsds.gitbook.io/gsds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gsds.gitbook.io/gsds/for-beginners/change-password.md).

# Change Password

서버에 처음 접속한 경우, 꼭 개인 계정의 비밀번호를 변경하여 비밀번호를 까먹거나 외부에 유출되는 일이 없도록 해주시기 바랍니다.

비밀번호는 `passwd` 명령어를 사용하여 변경하는 것이 가능합니다.

```
kim@login0:~$ passwd
Enter login(LDAP) password:         // 현재 비밀번호 입력
New password:                       // 새로운 비밀번호 입력
Retype new password:                // 새로운 비밀번호 재입력
LDAP password information changed for kim
passwd: password updated successfully    // 비밀번호 변경 완료
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gsds.gitbook.io/gsds/for-beginners/change-password.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
