Linux Tips I Wish I Knew Long Ago – Chmod Hidden Files
I’ve often needed to change the owner of a bunch of files in a directory. My standard goto has always been: chmod -R user.group * The problem is home directories where you have hidden files…
I’ve often needed to change the owner of a bunch of files in a directory. My standard goto has always been: chmod -R user.group * The problem is home directories where you have hidden files…