Coda Distributed File System
Classes | Functions
cfs Namespace Reference

Classes

class  NotCodaFSError
 

Functions

CodaFID getfid (Path path)
 
list[tuple[str, str]] listvol (Path path)
 
list[AclEntrylistacl (Path path)
 
None setacl (Path path, AclEntry acl, *bool dry_run=False)
 

Function Documentation

◆ getfid()

CodaFID cfs.getfid ( Path  path)
Return Coda file identifier for specified path.

◆ listacl()

list[AclEntry] cfs.listacl ( Path  path)
Returns an ACL (list of user/group, rights tuples) for the specified path.

◆ listvol()

list[tuple[str, str]] cfs.listvol ( Path  path)
Return volume_id, name tuple for specified path.

◆ setacl()

None cfs.setacl ( Path  path,
AclEntry  acl,
*bool   dry_run = False 
)
Replaces ACL on specified path.