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
参考
下一篇: 创建软连接ln -s