You're misunderstanding the way servers work in AFS. You're thinking in NFS terms, where you have to manipulate the server's contents based on the servers themselves.
In AFS, all servers are one big global space. Whether you have one server or one hundred, everything lives in /afs/yourcellname/. Location independance is one of the big points of AFS. You don't even have to name your volumes based on the servers they live on. It's strongly recommended that you DON'T do that, because you can move volumes around at will -- usually without users noticing a thing. AFS protects directories, not files. the rwx bits are not as important in AFS as they are in just Unix, although they can be used if you would like. You need to become familiar with the "pts" command, which makes user and group entries into the system. "fs setaccess" is what sets your directory ACLs and "fs listaccess" lists the ACLs. On 6/18/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Once a server has been added to a cell, how can users be granted rwx access > to its directories? > I tried: > > fs setacl -dir /afs/.lab.edu/addedserver-afs/bob -acl system:anyuser rl > > then I could list the directory "bob" but couldn't write to the directory. > > __________________________________________________________________ > Switch to Netscape Internet Service. > As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register > > Netscape. Just the Net You Need. > > New! Netscape Toolbar for Internet Explorer > Search from anywhere on the Web and block those annoying pop-ups. > Download now at http://channels.netscape.com/ns/search/install.jsp > _______________________________________________ > OpenAFS-info mailing list > [email protected] > https://lists.openafs.org/mailman/listinfo/openafs-info > _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
