pcloudcom/console-client

chmod doesn't work

Opened this issue · 1 comments

When pcloud is mounted permissions of all files are set "-rw-r--r-- " by default. When I try to change them using "sudo chmod" nothing happens. It's particularly troublesome because it prevents an user from making scripts executable.

You can try to mask this with fakeroot as a workaround.
(I'm not a dev of the repo.)