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