[help] about symbolic link solaris 8

hi experts,

i had create wrong symbolic link on my server use this ln -s /opt/EBS /export/home/EBS, cause i had create an EBS directory on /export/home/EBS/ so the command ln create EBS directory on /export/home/EBS/EBS/....

how to remove the EBS that had created by ln command ?

thank you for your attention

Best Regards,

wu

Is it just a directory or a file? You can remove these with the usual commands - rmdir (directory) or rm(file).