Help for this page

Select Code to Download


  1. or download this
          "On systems that support shadow passwords, you will
          have to be the super user to retrieve the actual
          password"
    
  2. or download this
       my $cmd=`grep $uid /etc/passwd`;
       my ($name,$rest)=split /:/,$cmd;