Help for this page

Select Code to Download


  1. or download this
     
    #!/usr/bin/perl
    
    ...
    print $expFile qq{$username,$newTime\n};
    
    close( $expFile );
    
  2. or download this
     
    #!/usr/bin/perl
    
    ...
    close( $newExpFile );
    
    move( qq{/etc/ssh/sftp-users.dat.tmp}, qq{/etc/ssh/sftp-users.dat} );