We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On wignercloud If I create a file in jupyter it doesn't appear in owncloud unless I set the owner to www-data On another computer it works though
wignercloud: getfacl
user::rwx user:www-data:rw- user:10002:rwx group::r-x mask::rwx other::r-x default:user::rwx default:user:10002:rwx default:group::r-x default:mask::rwx default:other::r-x
another server
user::rwx user:10005:rwx group::r-x mask::rwx other::r-x default:user::rwx default:user:10005:rwx default:group::r-x default:mask::rwx default:other::r-x
The text was updated successfully, but these errors were encountered:
Same problem here, too, but cannot change ownership, since I'm not root.
Sorry, something went wrong.
No branches or pull requests
On wignercloud If I create a file in jupyter it doesn't appear in owncloud unless I set the owner to www-data
On another computer it works though
wignercloud: getfacl
file: srv/kooplex/compare/home/jegesm/Data/
owner: www-data
group: www-data
flags: s--
user::rwx
user:www-data:rw-
user:10002:rwx
group::r-x
mask::rwx
other::r-x
default:user::rwx
default:user:10002:rwx
default:group::r-x
default:mask::rwx
default:other::r-x
another server
file: srv/kooplex/compare/home/jeges3/Data/
owner: www-data
group: www-data
flags: s--
user::rwx
user:10005:rwx
group::r-x
mask::rwx
other::r-x
default:user::rwx
default:user:10005:rwx
default:group::r-x
default:mask::rwx
default:other::r-x
The text was updated successfully, but these errors were encountered: