리눅스 시스템에서 계정을 관리하다보면 계정 비밀번호를 자주 변경하야 한다.
하지만 관리해야 할 계정이 많은 경우 일일이 두번씩 입력하여 변경하는 것은 상당한 불편함이 있다.
이 번거로움을 다음의 명령으로 한번에 해결해 보자.
명령 : echo “비밀번호” | passwd 계정명 –stdin
사용예
주의 : 맨페이지에서 –stdin 사용가능 확인
# man passwd
–stdin –stdin This option is used to indicate that passwd should read the new password from standard input, which can be a pipe.
인인[polldaddy rating=”7739789″]