![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tar the symbolic link | ganga.dharan | Shell Programming and Scripting | 1 | 05-23-2008 07:11 AM |
| need some info about symbolic link and hard link | detective linux | UNIX for Dummies Questions & Answers | 2 | 01-08-2008 07:36 AM |
| Symbolic Link Confusion | Sepia | UNIX for Dummies Questions & Answers | 5 | 05-07-2007 05:40 PM |
| Creating symbolic link | charbel | Shell Programming and Scripting | 9 | 10-01-2006 11:46 AM |
| 1 symbolic link to 2 different places? | Bashar | UNIX for Advanced & Expert Users | 2 | 08-27-2003 07:40 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
|||||
|
When you did this command
ln -s x.sh ./scripts/y.sh it created a link from ./scripts/y.sh to x.sh. If you had done a ls -l ./scripts/y.sh, you would have seen that it was scripts/y.sh -> x.sh which means it was setting up the link as scripts/y.sh to scripts/x.sh You should have done it as ln -s ../x.sh ./scripts/y.sh |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|