suspend fun FileSystem.chmodAwait(path: String, perms: String): Unit
Change the permissions on the file represented by path to perms, asynchronously.
path - the path to the file
path
perms - the permissions string
perms
Return a reference to this, so the API can be used fluently *