Symbolic Links

2007-12-24 23:20:00

I have my database volumes in the /volumes file system. Now I created a
symbolic link from /volumes to /vols.

I created a symbolic link using this command: ln -s /volumes /vols will
the link survive a reboot?

Also, after I created the symbolic link and do an ls /vols shouldn't I see the
files in /volume? I am seeing this: volumes

When I do an ls -l /vols, I get: lrwxrwxrwx 1 root other 8 Aug
1 08:32 volumes -> /volumes

Does this look right or did I get the source and target directories mixed up
when I created the link? If so, how do I remove the link? rm or rmdir

Thanks,

John

Comments

Got something to say?

You must be logged in to post a comment.