I would like to use sshfs with many users.

sshfs root@192.168.56.100:/ root/

With this command I get the whole file system in the directory root/.

Is there any possibilities to change the user of a file when this user just exists on the remote machine ?

I tried:

chown myuser myfile

When I make ls -lah on the remote I get:

-rw-r--r-- 1 otheruser   root       0 Jan 11 11:03 myfile

Thanks in advance

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.