今天发现25条非常特别的Linux命令,目前为止绝大部分我还没有用过。从其简单的使用方法,但却强大、高效的功能,确实令我爱不释手!这25条命令包括 Commandlinefu 网站由用户投票决出的 10 个最酷的 Linux 单行命令。
原文地址:http://blog.urfix.com/25-linux-commands/
25) sshfs name@server:/path/to/folder /path/to/mount/point
Mount folder/filesystem through SSH
Install SSHFS from http://fuse.sourceforge.net/sshfs.html
Will allow you to mount a folder security over a network.[......]