Penguin
Blame: OpenAfsUserCrashCourse
EditPageHistoryDiffInfoLikePages
Annotated edit history of OpenAfsUserCrashCourse version 2, including all changes. View license author blame.
Rev Author # Line
1 NathanWard 1 This is about OpenAFS from a user's perspective.
2
3 We assume you are using [Kerberos5].
4
5 Some tools you will use:
6
7 * *fs*
8 fs is the mega-tool. It does most of what you need to do. Some examples:
9 * fs setacl /afs/blah.com/user/nward/public system:all rli (grant read, list, insert to all users, logged in or not)
10 * fs listacl /afs/blah.com/user/nward/public (take a look at our acls)
11 * fs listquota /afs/blah.com/user/nward (see how much of your quota is used, this can be extended on the fly)
12 * *pts*
2 NathanWard 13 pts is for talking to the [AFSProtectionServer]. This is where [AFS] stores all its user/group info.
1 NathanWard 14 * pts listentries - see all the users and groups
15 * pts adduser nward pron - add the user to a group
16 * pts creategroup pron - create a group (you can do this as a normal user!)
17
18 Secret tricks:
19 * find ./ -type d -exec fs setacl {} nward rli \; -print