Re: symbolic links etc

2000-12-11 Thread Hall Stevenson
> 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. You do use "rm". Do

Re: symbolic links etc

2000-12-11 Thread Alexey Vyskubov
> How does one remove a symbolic link to say /dev/ttyS0 or /dev/hdc. If you did ln -s /dev/ttyS0 /dev/that_link so rm /dev/that_link will work fine :) > 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?

Re: symbolic links etc

2000-12-11 Thread Gary Hennigan
"john gennard" <[EMAIL PROTECTED]> writes: > 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 an

symbolic links etc

2000-12-11 Thread john gennard
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 /de