具体用法:ln -s 源文件 软连接的位置

举例:    让/home/A文件 在/usr/bin下创建个软连接 

ln -s /home/A /usr/bin/A

 

相关文章: