> 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
> 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?
"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
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
4 matches
Mail list logo