|
Coda Distributed File System
|
Classes | |
| class | NotCodaFSError |
Functions | |
| CodaFID | getfid (Path path) |
| list[tuple[str, str]] | listvol (Path path) |
| list[AclEntry] | listacl (Path path) |
| None | setacl (Path path, AclEntry acl, *bool dry_run=False) |
| CodaFID cfs.getfid | ( | Path | path | ) |
Return Coda file identifier for specified path.
Returns an ACL (list of user/group, rights tuples) for the specified path.
| list[tuple[str, str]] cfs.listvol | ( | Path | path | ) |
Return volume_id, name tuple for specified path.