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
using ssh, I can access my own files, and also files of group group1 (because I belong to that group):
group1
$ ls -ld /files/dir1.txt drwxrwx---. 2 user1 group1 4096 Nov 11 01:01 dir1.txt $ groups users group1
however, using sshfs, I cannot access the files of group1. how to fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
using ssh, I can access my own files, and also files of group
group1
(because I belong to that group):however, using sshfs, I cannot access the files of
group1
.how to fix it?
The text was updated successfully, but these errors were encountered: