Skip to content

Linux ssh挂载远程目录

在window 下wscp 等工具可以很有好的进行linux 服务器的文件访问,修改替换.

那么在linux下如何跟winscp一样来进行维护呢?

1. 一般在linux 下都有一个文件管理器,可以在网络位置中找到网络文件夹的选项进行相关设置。

2.使用命令行来解决问题: sshfs

1.sudo apt-get install sshfs

2.sudo modprobe fuse

3.sudo adduser fuse

4.sudo chown root:fuse /dev/fuse

5.sudo chmod +x /dev/fusermount

6.mkdir ~/remoteserv

7.sshfs @:/remotepath ~/remoteserv

发表评论

电子邮件地址不会被公开。 必填项已用*标注