|
|
| Author |
Message |
glenden
Joined: 29 Dec 2006 Posts: 187
|
Posted: 06/09/07 - 09:08 Post subject: |
|
|
| I am using Ubuntu linux distribution. At the beginning, I have to tell you that I havent installed it, but my brother did. He is at collage now I call him very often to ask him about some things in linux, and yesterday he told me to change symlink. I do not know what it is nor how do that! Please, help me! |
|
|
Back to top
|
|
|
|
 |
jorge
Joined: 12 Feb 2007 Posts: 192
|
Posted: 07/11/07 - 03:09 Post subject: |
|
|
Symlink is symbolic link. To change it, you have to first delete current one and make another. To make new symbolic link type following command:
ln /original/file /new/link
Editing this file will change current one. If you want make it for folders, then type following command:
ln -s /original/file /new/link
I hope that I have helped you!
|
|
|
Back to top
|
|
|
|
 |
|