
test
---> First
------> Inside-First
----------> Cool1
---> Second
------> Inside-Second
----------> Cool2
Inside-First 폴더와 Inside-Second 폴더 사이에 심볼릭 링크를 만들고 싶습니다. 어떻게 해야 합니까?
답변1
이와 같이:
ln -sv ./test/First/Inside-First ./test/Second/Inside-Second/new_symlink