gpt4 book ai didi

linux - 如何在 Linux Web 服务器上创建快捷方式文件夹?

转载 作者:IT王子 更新时间:2023-10-28 23:54:25 24 4
gpt4 key购买 nike

我的 Web 服务器上有一些文件夹链接到其他文件夹。

我想知道这是怎么做到的?

例子:我希望 http://www.example.com/public_html/css/ 指向 http://www.example.com/public_html/wp-content/themes/theme-name/css/

最佳答案

最简单的方法是像这样创建一个符号链接(symbolic link):

cd /path/to/public_html/
ln -s /path/to/public_html/wp-content/themes/theme-name/css/ css

例子:

cd ~
ln -s wp-content/themes/theme-name/css/ css

关于linux - 如何在 Linux Web 服务器上创建快捷方式文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8498196/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com