Help for this page

Select Code to Download


  1. or download this
    find [base directory] -type [f|d] -exec chmod [perm] {} \;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print "-d, --dirmode\t octal mode to change directories to\n";
        exit(0);
    }
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print "-d, --dirmode\t octal mode to change directories to\n";
        exit(1);
    }