Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- VAR
- createtextnode
- htmlFor
- Append
- Openlayers
- 학습법 #집중력
- createElement
- boolean
- appendChild
- FOR
- Let
- const
- input
Archives
- Today
- Total
Atomic Habits
[리눅스] 계정 비번 변경 / 재변경 최소일 / 만료일 설정 본문
https://developyo.tistory.com/291
https://leechwin.tistory.com/148
1. 패스워드 바꾸기 (현재 계정의 패스워드 수정)
> passwd
2. 특정 사용자 패스워드 바꾸기
> passwd [username]
3. 최소기한이 되지 않아 암호를 바꿀 수 없는 경우 아래와 같은 메시지 발생
You must wait longer to change your password
( 아래는 root 계정으로 변경 후 가능 (su-) )
4. 위와 같은 메시지 발생시 암호변경에 필요한 최소한의 경과 일수 확인하기
> chage -l [username]
* 아래는 암호를 바꾸면 7일 뒤 암호를 다시 설정할 수 있는 경우
Minimum number of days between password change : 7
5. 기한 설정 바꾸기(root 권한):
case1) 0일 기한 : chage -M0 [username]
case2) 7일 기한 : chage -M7 [username]
'IT > Linux-Vim' 카테고리의 다른 글
[Linux] grep And Or Not / find 파일 내부 문자열 검색 (0) | 2022.11.14 |
---|---|
알집(AlZip)으로 tar.gz 풀기 (1) | 2022.09.21 |
리눅스 인코딩 설정(영구/임시) - 한글깨짐 (0) | 2022.08.12 |
리눅스 find 명령어 사용법. (Linux find command) - 리눅스 파일 검색. (0) | 2022.08.12 |
VI 전체선택 / 복사 / 삭제 - 행의 시작/끝 이동 (0) | 2022.08.12 |
Comments