- Enter
ssh [email protected]
replacing username appropriately. - Enter your mason.gmu.edu password
- mason>
pico .cshrc
- edit to reads umask 022 or umask 002 (If other people in your group edit the website, change your umask to 002; If only you edit your website, change it to 022)
- Save the file (Ctrl+O) (letter O)
- File Name to write: .cshrc will display towards the bottom of the window. Hit enter.
- Exit the file (Ctrl+X).
- Run
pico .profile
andpico .login
and repeat Steps 3 and 4. - Log out and then log back in again.
Source: Fix Server Upload Permissions