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_folderMassive_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