I have a system wide install of a software . The source is located at /opt/Software . There is a bashrc file of the Software which is needed to be sourced for every user using it . Will the addition of
source $PATH_TO_SOFTWARE_BASHRC
to their ~/.bashrc
work for all users ? How should I set the permissions for the file at $PATH_TO_SOFTWARE_BASHRC so that all the users can access the software ?