- Feb 7, 2001
- 1,637
- 0
- 0
OK, I have a (what I think is) hard link called /usr/local/www/testHomeDirs which links to /home.
I want to delete the /usr/local/www/testHomeDirs directory, BUT NOT DELETE ALL THE STUFF IN THE /home directory.
rm -i testHomeDirs tells me 'testHomeDirs is a directory.'
How can I just delete the link, without deleting all of my files?
I want to delete the /usr/local/www/testHomeDirs directory, BUT NOT DELETE ALL THE STUFF IN THE /home directory.
rm -i testHomeDirs tells me 'testHomeDirs is a directory.'
How can I just delete the link, without deleting all of my files?