Browsed by
Tag: fetch

Experimenting with Perl

Experimenting with Perl

Well, this is my first actual experiment with Perl. All it does is chmod 750 some fetch utilities. In my next build I want to set it up so that if the file exists, and if it doesnt, it will prompt you that the file is not on the system and it is being skipped. #!/usr/bin/perl # Revision 1 – 09-03-09 # Initial Build # Chmod 750 of rcp, wget, lynx, links, elinks, scp, nc, ftp, telnet, curl print (“Permissions?\n”);…

Read More Read More