2种方式:
echo "root:123456" | chpasswd
yes 123456|passwd root
(echo "123456";sleep 1;echo "123456") | passwd > /dev/null