Results 1 to 3 of 3
how to link folder2 to folder1 coz i want my folder1 map as drive f in windows, is it right to use ln command, btw im using SME Server Manager ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-21-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 1
how to link folder
how to link folder2 to folder1 coz i want my folder1 map as drive f in windows, is it right to use ln command, btw im using SME Server Manager 7.1? What is the complete command?
thanks
- 06-21-2007 #2
You can only create soft links to link directories (which is what you really want). Do:
ln -s folder1 folder2
- 06-21-2007 #3
i would reccomend to do man ln.
as you can work with hardl link and soft link as per requirment.
if link is in same file system then both can be used, else you need to go with soft link.
as per my knowlede soft link will create two indoes for 2 file.
whereas hard link only 1, which will be used by both.
still man ln is best option


Reply With Quote
