Thanks for the many responses. Most people told me that everything looks right, but Josh Glover thought something looked strange when an ls /vols didn't show the files in volumes. So, I looked around a bit more and found that /vols was an existing directory, so when I did an ln -s /volumes /vols, it put the volumes link in the /vols directory. So, when I did an ls on /vols, I only saw volumes. Kind of confusing, but I removed the vols link and removed the /vols directory and relinked the two directories and now everything look correct. Thanks again, John 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 _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Thu Aug 1 13:19:39 2002
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:50 EST