---建立软链接
ln -s 源文件名称 硬链接文件名称
---建立目录软链接
ln -sf 源文件名称 硬链接文件名称
ln -sf /data1/mysql/data/3396 /data/docker/
http://www.htmltoo.com/