Can non-root user create/start services?

Jonesy SPAM_TRAP_gmane at jonz.net
Sun May 16 17:53:04 UTC 2021


On Sat, 15 May 2021 18:24:19 -0700, K Lu wrote:
> As subject asks. The scenario is that I want to mount a cloud storage fuse
> using rclone[1]. But this only makes sense at user level, not system wide.
>
> If I cannot then what would be the suggestion?

  sshfs -p 22 -- userid at example.net:/home/userid/ $HOME/-mount-point-/

... using public/private key for login.

Later, to unmount:

  fusermount -u $HOME/-mount-point-/



More information about the freebsd-questions mailing list