Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Peter Cooperx http://www.petercooper.co.uk/

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Very minimal security of remote file fetching on Linux

Basic stuff, but stops bad users being able to grab stuff they shouldn't.

   1  chmod 750 /usr/bin/rcp 
   2  chmod 750 /usr/bin/wget 
   3  chmod 750 /usr/bin/lynx 
   4  chmod 750 /usr/bin/links 
   5  chmod 750 /usr/bin/scp
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS