Heracles 5.1 Quick Start: Difference between revisions
→Setting up a Run: Fix for 5.1 gcm_setup |
|||
Line 187: | Line 187: | ||
limit stacksize unlimited | limit stacksize unlimited | ||
set arch = `uname` | set arch = `uname` | ||
The <code>umask 022</code> is not strictly necessary, but it will make the various files readable to others, which will facilitate data sharing and user support. Your home directory <code>~''USERID''</code> is also inaccessible to others by default; running <code>chmod 755 ~</code> is helpful. | The <code>umask 022</code> is not strictly necessary, but it will make the various files readable to others, which will facilitate data sharing and user support. Your home directory <code>~''USERID''</code> is also inaccessible to others by default; running <code>chmod 755 ~</code> is helpful. |