open fun rxChmod(path: String, perms: String): Completable
Change the permissions on the file represented by path to perms, asynchronously.
The permission String takes the form rwxr-x--- as specified here.
perms - the permissions string
Return