Getting Permission
Learn how to get permission to put pages up in your department's VAweb directory.

You can put a file in a directory only if you have been granted permission to do so.

Using ls -ld you can examine permissions on a directory.

ls -ld ~vaweb/Training
drwxrwsr-x 17 root trainwww 3072 Apr 7 13:28 /home/vaweb/Training

The directory is owned by root (superuser), who has permission to read, write, and execute files in that directory, as is indiated by the left-most

rwx

The directory belongs to the group

trainwww
Members of that group can read, write, and execute files in the directory, as is indicated by the
rws
that is just left of the permissions for the owner.

Using the command groups you can check what groups you are a member of.

groups nblachman
blachman : nblachman saleswww trainwww linux3

Since I am a member of the groups nblachaman
trainwww
group, I have permission to put files in the directory

~vaweb/Training

If you are not in the group to which your departments VAweb directory is assigned, submit an IS request asking to be added to the group.

VA Linux Systems logo

   
I would appreciate comments, corrections, and
suggestions for how I can improve this course.

Nancy Blachman
Variable Symbols, Inc.
356 Bush Street
Mountain View, CA 94041-1332
650 966 8999
650 966 8998 fax
nancy- at -variablesymbols.com

If you want to learn how to search effectively using Google, visit Google Guide, which you can find at www.googleguide.com.