www.m00nie.com
  • Home
  • Subnet Calculator
  • Type9 Password Tool
  • Type7 Password Tool
  • Subnetting Practice
Subscribe

chmod

A collection of 1 post
Recursively chmod specific files
chmod

Recursively chmod specific files

Every now and then I need to chmod all my media files to make sure they are accessible by various things. Usually its only one filetype at a time eg. mp3s. The normal chmod -R 744 *.mp3 wont accomplish this so I use the following. find . -iname '*.mp3' -exec
Sep 30, 2010 1 min read
www.m00nie.com © 2023
Powered by Ghost