Penguin
Diff: OpenAfsUserCrashCourse
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of OpenAfsUserCrashCourse.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Thursday, June 19, 2003 12:33:01 am by NathanWard
Older page: version 1 Last edited on Thursday, June 19, 2003 12:13:43 am by NathanWard Revert
@@ -9,11 +9,11 @@
  * fs setacl /afs/blah.com/user/nward/public system:all rli (grant read, list, insert to all users, logged in or not) 
  * fs listacl /afs/blah.com/user/nward/public (take a look at our acls) 
  * fs listquota /afs/blah.com/user/nward (see how much of your quota is used, this can be extended on the fly) 
 * *pts* 
- pts is for talking to the ProtectionServer . This is where [AFS] stores all its user/group info. 
+ pts is for talking to the [AFSProtectionServer] . This is where [AFS] stores all its user/group info. 
  * pts listentries - see all the users and groups 
  * pts adduser nward pron - add the user to a group 
  * pts creategroup pron - create a group (you can do this as a normal user!) 
  
 Secret tricks: 
 * find ./ -type d -exec fs setacl {} nward rli \; -print