Click to See Complete Forum and Search --> : How do you change a symlink?


WCox
01-19-2001, 06:22 PM
I would like to change the symlink /dev/cdrom > /dev/hdc and change it to /dev/cdrom > /dev/sr0. What is the command to do this? I've already ran a search and came up with nothing. TIA

------------------
Hello from Kansas: Using Linux (Slackware) since May 1999

klamath
01-19-2001, 06:23 PM
Delete it ('rm') and re-create it ('ln -s').

------------------
- Klamath
Get my GnuPG Key Here (http://klamath.dyndns.org/mykey.asc)
Looking for an open source project to contribute to? Check out the Tornado HTTP Server (http://sourceforge.net/projects/tornado)

WCox
01-19-2001, 06:31 PM
Thanks for the quick reply. That was simple!

------------------
Hello from Kansas: Using Linux (Slackware) since May 1999