Mar 5, 2002 #1 woche Programmer Jan 16, 2002 25 CH Hi Has anyone got an idea of how to rename a symbolic link other than deleting and recreating the links. thx woche
Hi Has anyone got an idea of how to rename a symbolic link other than deleting and recreating the links. thx woche
Mar 5, 2002 #2 MoshiachNow IS-IT--Management Feb 6, 2002 1,851 IL Hi, mv works fine with both files and symbolic links. "Long live king Moshiach !" Upvote 0 Downvote
Mar 5, 2002 Thread starter #3 woche Programmer Jan 16, 2002 25 CH sorry, my english...;-) I try once again: I'm not actually trying to rename the link but to relink it, eg: pcms_home -> /mydir to a new destiantion: pcms_home -> /yourdir. woche Upvote 0 Downvote
sorry, my english...;-) I try once again: I'm not actually trying to rename the link but to relink it, eg: pcms_home -> /mydir to a new destiantion: pcms_home -> /yourdir. woche
Mar 5, 2002 #4 MoshiachNow IS-IT--Management Feb 6, 2002 1,851 IL ok. ln -s -f /yourdir pcms_home "Long live king Moshiach !" Upvote 0 Downvote