欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Linux的ln -s

程序员文章站 2022-03-11 14:53:13
...
文件的
源文件:/d/phpstudy/PHPTutorial/WWW/bl_offline_replenish/web/dist/index.html
目标文件:index.html
cd /d/phpstudy/PHPTutorial/WWW/bl_offline_replenish/php/application/modules/Default/views/
ln -s /d/phpstudy/PHPTutorial/WWW/bl_offline_replenish/web/dist/index.html index.html

目录的
源文件:/d/phpstudy/PHPTutorial/WWW/bl_offline_replenish/web/dist/static
目标位置:/d/phpstudy/PHPTutorial/WWW/bl_offline_replenish/php/public
cd /d/phpstudy/PHPTutorial/WWW/bl_offline_replenish/php/public
ln -s /d/phpstudy/PHPTutorial/WWW/bl_offline_replenish/web/dist/static static

参考

https://blog.csdn.net/m290345792/article/details/78518360