Help for this page

Select Code to Download


  1. or download this
    my $pw = new Unix::PasswdFile "passwd";  # for real this should be /et
    +c/passwd or similar
    $pw->shell( "user1", "/bin/nologin" );
    $pw->commit(".bak");