To change the permissions, use the command chmod.
Here are some example, and their meaning.
The permissions are given for three categories: user, group, other (i.e., the rest of the world).phoenix> ls -l papers/Fermat-conjecture.tex -rw-r----- 1 adam users 3495 Aug 18 15:23 papers/Fermat-conjecture.tex phoenix> ls -ld images drwxr-x--x 3 bob www 4096 Apr 1 2003 images/ phoenix> cd images phoenix> ls -ld drwxr-x--x 3 bob www 4096 Apr 1 2003 ./
-rw-r-----
:
drwxr-x--x
: