Archive for January, 2010

For my own records, had to look this up again today so thought best blog it:
12sudo chmod -R g+s *
# Would set group permissions recursively for all directories at the current location.
If anyone is interested, files in these directories will have the group ownership as the directory, instead of the group of the user that [...]

I had the issue where my MacBook creates files prefixed with ._ while working on a Samba share. I’ve fixed this once before but it was so long ago, I’ve forgotten how!! Anyway, I had a stack of these files in a checked-out svn project and needed to delete them. Rather than do each one [...]


top