- or download this
# /usr/es/sbin/cluster/sbin/cl_chpasswd -cspoc -f -k testuser
Changing password for "testuser"
...
# echo $?
0
#
- or download this
# ./test.pl
testuser's New password: testpass
...
# echo $?
130
#
- or download this
# ./test.pl
testuser's New password: testpass
...
# echo $?
0
#
- or download this
#!/usr/bin/perl
use strict;
...
waitpid $pid, 0;
close Reader;
close Writer;