Istvan Gabor wrote:
Hello list users:

What is the way in openSUSE 10.3 to create permanent symlinks in /dev?


I'll assume that none of the links you're trying to make
will cause problems or confusion.

If they do, it's your problem, not mine.


Eg I want to make symlinks like
> /dev/modem -> /dev/ttyS0,

ln -s /dev/ttyS0 /dev/modem

/dev/dvdburner -> /dev/sr0

ln -s /dev/sr0 /dev/dvdburner

/dev/dvdrom -> /dev/sr

ln -s /dev/sr  /dev/dvdrom


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to