Login
to abacus.
At abacus.bates.edu> |
|
|
type:
cd public_html
Press Return
|
(cd)
stands for Change Directory. It is followed by the directory
to open. |
type:
chmod go+rx *
Press Return |
This
sets the permissions of the Group (g) and Other (o) to
Read (r) and Execute (x). These permissions are applied
to all (*) directories and files. Make sure there is a
space between the (x) and the (*). |
type:
exit
Press Return |
This
will exit out of abacus. |