Hi,
I was wondering if anyone can tell me how to make permissions read out as group executable, basically I would like to make it so my data files can be worked with by others in my group.
Thanks for your help, Jake
chmod -R g+rw $SUBJECTS_DIR
and you may need to change the group with chgrp as well.
cheers, Bruce
On Fri, 8 Aug 2008, John Kuster wrote:
Hi,
I was wondering if anyone can tell me how to make permissions read out as group executable, basically I would like to make it so my data files can be worked with by others in my group.
Thanks for your help, Jake
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
You will probably need to add "X" to the perms
chmod -R g+rwX $SUBJECTS_DIR
Bruce Fischl wrote:
chmod -R g+rw $SUBJECTS_DIR
and you may need to change the group with chgrp as well.
cheers, Bruce
On Fri, 8 Aug 2008, John Kuster wrote:
Hi,
I was wondering if anyone can tell me how to make permissions read out as group executable, basically I would like to make it so my data files can be worked with by others in my group.
Thanks for your help, Jake
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu