FlossDoc: 請協力 GPLv3 的中文翻譯工作。
透過 sshfs 存取檔案
FlossDoc,自由中文開源知識庫
FUSE 的 sshfs 讓使用者可以透過 SSH 如 NFS/CIFS 掛載和存取網絡上其他有 ssh 伺服器的電腦上的檔案。
安裝 sshfs:
sudo apt-get install sshfs
掛載:
sshfs johndoe@sshserver:/home/johndoe /mnt
卸載:
fusermount -u /mnt
或者
umount /mnt
[编辑]
相關連結
- Nathan Willis (2005-11-21). Secure remote file management with sshfs. Linux.com.
- Vivek Gite (2007-11-18). Redhat Enterprise Linux securely mount remote Linux / UNIX directory or file system using SSHFS. NixCraft.
页面分类: 未完成小作品 | Network Administration | File Sharing | SSH | FUSE

