Difference between revisions of "NBER Account Setup"
Jump to navigation
Jump to search
imported>Ed (New page: ==Initial Setup== You will want to do the following: Create yourself a directory on a scratch volume and link it: mkdir /disk/scratch8/username ln -s /disk/scratch8/edegan/ scratch ...) |
imported>Ed |
||
Line 3: | Line 3: | ||
You will want to do the following: | You will want to do the following: | ||
− | Create yourself a directory on a scratch volume and link it: | + | Create yourself a directory on a (local - i.e. scratch7 or scratch8 on nber7) scratch volume and link it: |
mkdir /disk/scratch8/username | mkdir /disk/scratch8/username |
Revision as of 17:10, 1 August 2011
Initial Setup
You will want to do the following:
Create yourself a directory on a (local - i.e. scratch7 or scratch8 on nber7) scratch volume and link it:
mkdir /disk/scratch8/username ln -s /disk/scratch8/edegan/ scratch
Create your web directory (accessible at www.nber.org/~username:
mkdir public_html chmod ugo+r public_html