Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If using a Cornell GuestID (gid-xxxx), your username must be formatted as:
        guestid@GUEST.CORNELLguestid@CORNELL.EDU (@GUEST.CORNELL@CORNELL.EDU must be all caps).

 Access Control Lists

...

        pts membership

 Linux

         From the AFSTokens application (under the Applications menu), click
        "PTS (Group Mgmt)". To view groups of which you are a member, click
        the "Group Membership" button. To work with groups that you own, click
        the "Groups I Own" button. Groups you own will be named either:
        netid@cit.cornell.edu:groupname or guestid@guest.cornell.edu:groupname

 From a terminal (XTerm from the Applications - CNF Applications menu on CNF Thin, or simply a terminal on your own Linux box), type in (all lower case):

   pts membership netid@cit.cornell.edu
or for a GuestID:
   pts membership gid-guestid@cornell.edu

Substituting your netid or guestid for "netid" and "gid-guestid" above        When adding a new group, the part of the groupname before the colon is
        automatically filled in.

 Working with Directory ACLs

...

         Right click on a folder in AFS. Choose AFS, and then choose Access
        Control Lists. You may edit ACLs on folders for which you have "all"
        (rlidwka) permissions (for example, those in your AFS home directory)

 Linux

         From the Applications menu, choose "afs acl mgr". Click the "Open"
        button, and browse to the directory for which you want to view/edit
        AFS ACLs. The application defaults to your home directory... afs-land
        can be found under "Filesystem" in the leftmost pane. After selecting
        a directory in AFS, click "OK".

        If you prefer to use         Use the linux commandline...

        From a terminal, use fs la directory and fs sa directory acl. For
        example:

...