This article applies to Computer Information Systems students who are required to create a website on the Linux server (bsuacad.buffalostate.edu). The first step is to change the permissions to your folder as explained below.
Instructions for Windows users
- Download the latest version of Putty from https://www.putty.org/.
- When you open Putty you will need to configure the connection as follows (replacing "Username" with your Buffalo State username):
![enter host](https://buffalostate.teamdynamix.com/TDPortal/Images/Viewer?fileName=aedea11e-2bbb-4e99-861b-cb00ea7893c6.png&beidInt=245)
- When the PuTTY Security Alert appears, click Accept.
![putty security alert](https://buffalostate.teamdynamix.com/TDPortal/Images/Viewer?fileName=edecfcf5-399a-445b-88fa-59ac67dc9e8e.png&beidInt=245)
- A terminal window will appear like the one below. When it does, enter your Network password (the same one you use for Brightspace).
![terminal window](https://buffalostate.teamdynamix.com/TDPortal/Images/Viewer?fileName=97bed398-fc3d-49db-a839-025f8aade8fa.png&beidInt=245)
Please Note: As you type in your password you won't see any stars (or any other indication). You are typing though.
- Press the Enter key when you have finished typing your password. You are now logged into your Linux share on the bsuacad.buffalostate.edu server.
- Copy and paste or write this into the terminal window:
chmod a+rxt -R .
Note that period after the -R space
- Test to see if your website is reachable now: http://bsuacad.buffalostate.edu/~username/
Instructions for MacOS/OSX users
- Press Command + Spacebar and type "Terminal".
![terminal window](https://buffalostate.teamdynamix.com/TDPortal/Images/Viewer?fileName=c1400b13-ba26-45dd-9e55-c030ea588474.png&beidInt=245)
- A terminal window will appear like the one below. When it does, enter ssh username@bsuacad.buffalostate.edu (replacing "Username" with your Buffalo State username).
- Enter your Network password (the same one you use for Brightspace).
Please Note: As you type in your password you won't see any stars (or any other indication). You are typing though.
- Press the Enter key when you have finished typing your password. You are now logged into your Linux share on the bsuacad.buffalostate.edu server.
- Copy and paste or write this into the terminal window:
chmod a+rxt -R .
Note that period after the -R space
- Test to see if your website is reachable now: http://bsuacad.buffalostate.edu/~username/
Instructions for Linux users
Same as MacOS with your terminal emulator of choice.