I want to make sure all directories and sub directories are of the group hgdata, but I do not want to change owner's (they are many different owners).
The command chown -R will do the recursive ownership change for me, but how do I use chown without the userid supplied?
Use the
chgrp
command instead.