15 Feb
2006
15 Feb
'06
21:24
(echo "passwort"; sleep 3; echo "passwort";) | /usr/bin/passwd $user;
(list) list is executed in a subshell. { list; } list is simply executed in the current shell envi ronment. list must be terminated with a newline or semicolon. This is known as a group command. The return status is the exit status of list.
man chpasswd
gruss christof