Help for this page

Select Code to Download


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