[Linux] Have exhausted maximum number of retries for service
RHEL / CentOS에서 passwd 변경을 최대 변경 횟수를 초과하면 아래와 같은 에러가 발생합니다. "passwd: Have exhausted maximum number of retries for service" passwd 또는 echo -e 'asdf1234\nasdf1234' | passwd test 등으로 변경이 안 될 경우 아래 방법으로 해결할 수 있습니다. echo 'test:asdf!@#$1234' |chpasswd "test : 계정 / asdf!@#$1234 : 비번"