Can anybody tell me what is an antry in "/dev", and for example what for can be used "/dev/snd"?
Thank you!
linux "/dev" question
RE:linux "/dev" question
>On 2002-02-10 06:20:11, Stefan wrote:
>Can anybody tell me what is an antry in "/dev", and for example what for can be used "/dev/snd"?
>Thank you!
All files in /dev are linked to devices (or you can't open the file ...).
/dev/snd is an interface to the soundcard. Try copying a wave-file to it.
You should hear something then!
>Can anybody tell me what is an antry in "/dev", and for example what for can be used "/dev/snd"?
>Thank you!
All files in /dev are linked to devices (or you can't open the file ...).
/dev/snd is an interface to the soundcard. Try copying a wave-file to it.
You should hear something then!