|
__init__(self,
host=' gangamd.cern.ch ' ,
port=8822,
login=' root ' ,
password='
' ,
keepalive=False,
reqSSL=True,
**kwds) |
source code
|
|
|
createDir(self,
dir)
Creates the directory dir if it does not yet exist but parent dir
already exist |
source code
|
|
|
listDir(self,
dir)
Returns names of all subdirectories in the directory dir |
source code
|
|
|
statDir(self,
dir)
Returns owner and owner-permissions for the directory dir |
source code
|
|
|
|
|
|
|
cd(self,
dir)
Changes the current directory to the given directory |
source code
|
|
|
chown(self,
dir,
new_owner)
Changes the owner of the directory |
source code
|
|
|
chmod(self,
dir,
new_permissions)
Changes owner permidssions for the directory. |
source code
|
|
|
|
|
|
|
|