Project Number

To have access to the central Unix machines you must have a project number. This project is used by the accounting system to charge computers for CPU time usage. If you are not in a project, or all your projects are out of money you can not long on to the systems. A Unix group is created for each project, and the name of the group is the project number.

Group 4000

Every current students is assigned to group 4000, and this account is refreshed with $50 of computer money each year. This is also set as your default group, which means you can logon the system to do task such as managing your file, sending email and web browsing. to only the owner of the file. To share the files in a directory access modes need to be "opened" to a group and/or others. To open a directory you must change permission modes. There are three questions to ask when deciding on which mode to change.
  1. Do you want to enable other users see the file names in the directory? This is called read access or "r".
  2. Do you want others to be able to put files in this directory? This is call write access or "w".
  3. Do you want to let others get to the contents of the directory? This is call search access or "x".
This document is a case study of the situation where you have a public directory, for example, a web directory containing web pages. You want everybody to have read and search access to these file. The second assumption is that you are working in a group, for example, a web development team. You have a Unix group created for your team which has exactly the working members. You want all members of the group to have equal and full access to all the files in the directory. Any member can create files, and modify files created by other members of the group. Conversely, anybody not in the group can see the files, but they can not create new content, delete files, or modify existing files.

Using the letter codes above, we want the owner of each file to have full access - with, every other member of the group to also have full access - "rwx" and all others to have browse access - "r-x". We want this access automatically granted when new files are added. The group members can use any method to put the files in the directory and they will all be set consistently and correctly. For example, the web development team maybe publishing the files using the ftp protocol.

The owner of the directory always has the ability to change permission modes of directory. So if things are not working the owner of the directory will have to logon to Unix, and follow the directions in this document. If things are set properly, this Unix session is limited only to initial set up and trouble shooting. Other members of the group can work in this directory using a web browser for browsing and ftp for publishing.

Case study

Trouble Shooting

  • You get an "access denied" message
  • University of Delaware   •   Newark, DE 19716   •   USA
    Phone: (302) 831-2792   •   © 2018