| Theoretical Chemistry Home Page > Documentation
If you want to make a file accessible for others use:
chmod o+r <file name>
('o' stands for others). Only we have access to our computer system and 'others' means 'other members of our group'.
On request, a special group theochem has been created which includes all the group members; this allows to revoke access for - non-existing currently - users of our system, that do not belong to theoretical chemistry. The method is then two-step:
chmod g=r <filename>; chgrp theochem <filename>
Although UPG is not new to Red Hat Linux 6.0, many people still have questions about it, such as why UPG is necessary. The following is the rationale for the scheme.
chown -R root.emacs /usr/lib/emacs/site-lispand you add the proper users to the group.
chmod 775 /usr/lib/emacs/site-lisp
chmod 2775 /usr/lib/emacs/site-lispwhich causes everything in the directory to be created with the ``emacs'' group.
At this point, by making the default umask 002 and giving everyone a private default group, you can easily set up groups that users can take advantage of without doing any magic. Just create the group, add the users, and do the above chown and chmod on the group's directories.