How does one remove a symbolic link to say /dev/ttyS0 or /dev/hdc. This is not clear in any literature I have seen, although under 'rm' and its '--directory' option there is mention of 'unlink' but no further reference is made to this anywhere and I doubt it's relevant.
If I need to recreate /dev/ttySx or /dev/hdx which 'ls -l' show as crw-rw---- and brw-rw---- respectively, how would I go about doing so? Thanks for advice, John.