[1]安裝sshfs文件系統
$ aptitude search sshfs
p sshfs - filesystem client based on SSH File Transfer Protocol
p sshfs-dbg
p sshfs - filesystem client based on SSH File Transfer Protocol
p sshfs-dbg
$ sudo aptitude install sshfs -y
[2]掛載遠程文件系統
$mkdir /tmp/40-tmp
$sshfs xxxx@192.168.3.40:/tmp /tmp/40-tmp
$ls /tmp/40-tmp
就可以看到系統文件了.
$ls /tmp/40-tmp
就可以看到系統文件了.
|----------------------------------------------------------------------------------------|
版權聲明 版權所有 @zhyiwww
引用請注明來源 http://www.aygfsteel.com/zhyiwww
|----------------------------------------------------------------------------------------|