chmod all files in a directory
[an error occurred while processing this directive]
chmod all files in a directory
By : anonymous ( Fri Sep 17 20:22:02 2004 )
perl -e 'chmod 0000 $_ while <*>'
Return to article...[an error occurred while processing this directive]