返回命令列表

Linux command

Mount remote directory over SSH

网络

Requires network or a remote resource.

命令示例

Mount remote directory over SSH

sshfs user@host:/remote /local

说明

Useful Linux one-liner

FAQ

What is the sshfs command used for?

Useful Linux one-liner

How do I run a basic sshfs example?

Run `sshfs user@host:/remote /local` in a terminal, then adjust file names, paths, flags, or remote targets for your system.