计算机
在 linux 中创建软链接
ln -s <source> <target>
, 该命令会在当前目录下创建一个 target 文件,该文件会链接到 source 文件。