2019年12月11日 星期三

Mount remote folder in Ubuntu

https://coderwall.com/p/zras0a/mount-remote-ssh-directory-in-ubuntu
    $ sudo apt-get install sshfs
    $ mkdir /your-cool-path/dir-name
    $ sshfs user@host:/path/to/foo ~/your-cool-path/dir-name


沒有留言: