MikeyLikesIt


Member since 03/11/2010

3 snippets

1586 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

MikeyLikesIt's Recent SnippetsTagged Bash



« Prev 1 Next »
0 406 posted 13 years ago by MikeyLikesIt
This will recursively search your directory tree (starting at dir ‘dot’) and chmod 755 all directories only. find . -type d -exec chmod 755 {} \; Similarly, the following will chmod all files only (and ignore the directories): find . -...
1 650 posted 13 years ago by MikeyLikesIt
procedure for updating drupal core.
0 417 posted 14 years ago by MikeyLikesIt
« Prev 1 Next »