You are not logged in.
If I mount an ssh server with sshfs, like so (with the correct uid and gid):
sshfs user@:host/path mount_point -o uid=12345,gid=12345
The user sees this:
d????????? ? ? ? ? ? mount_point
Why?
Last edited by synthead (2013-11-07 18:13:45)
Offline
Ah, it looks like allow_other permits this, and doesn't make open permissions when uid and gid is set
Offline