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 |
Tags
- xargs
- maVen
- vscode
- profile
- Mac
- grep
- bash
- JavaScript
- 줄바꿈 문자
- find
- Source
- tomcat
- netsh
- VirtualBox
- port
- web.xml
- lsof
- 네트워크
- Quartz
- import
- ssh
- 단축키
- Windows 10
- GIT
- context
- Windows
- Eclipse
- IntelliJ
- resource
- plugin
Archives
- Today
- Total
develog
[bash] chpasswd, 쉘 스크립트로 root 비밀번호 변경하기 본문
## chpasswd 사용
$ echo "root:111111" | sudo chpasswd
## passwd 사용
$ sudo passwd root
New password:
Retype new password:
passwd: password updated successfully
Comments