Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这一行:
sudo ln -s ~/Desktop/backup/massive_folder /var/www/
使:/var/www/massive_folder将 mass_folder 的功能链接到我希望它链接到的位置。这很好。
/var/www/massive_folder
我只想massive_folder成为名字html
massive_folder
html
我想要:/var/www/html内容massive_folder
/var/www/html
简单地cp -r massive_folder html
cp -r massive_folder html