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