当前位置:  技术问答>linux和unix

为什么我的cygwin下没有/dev目录?也没有/dev/ttyS0?

    来源: 互联网  发布时间:2015-11-30

    本文导语:  请指教,谢谢! | There is no need to create a POSIX /dev directory as Cygwin automatically simulates it internally. These devices cannot be seen with the command ls /dev/ although commands such as ls /dev/tty work...

请指教,谢谢!

|
There is no need to create a POSIX /dev directory as Cygwin automatically simulates it internally. These devices cannot be seen with the command ls /dev/ although commands such as ls /dev/tty work fine. If you want to be able to see all devices in /dev/, you can use Igor Pechtchanski's create_devices.sh script. 

Cygwin supports the following devices commonly found on POSIX systems: /dev/dsp, /dev/null, /dev/zero, /dev/console, /dev/tty, /dev/ttym, /dev/ttyX, /dev/ttySX, /dev/pipe, /dev/port, /dev/ptmx, /dev/mem, /dev/random, and /dev/urandom. Some other POSIX devices, such as /dev/kmem, are planned for development. Cygwin also has several Windows-specific devices: /dev/comX (the serial ports, starting with COM1 which is the same as ttyS0), /dev/conin (Windows CONIN$), /dev/conout (Windows CONOUT$), /dev/clipboard (the Windows clipboard, currently text only), and /dev/windows (the Windows message queue). 

更多信息请参见:
http://www.cygwin.com/cygwin-ug-net/using-specialnames.html

|
/dev属于devs包,看看有没有安装。
你也可以用mknod命令手工创建你想要的dev文件,比如/dev/ttyS0就可以这样创建
mkdir /dev
cd /dev
mknod ttyS0 c 4 64


|
支持(陈世奎) 



    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 如何配置linux登录后直接进入我的目录。我在cygwin下面
  • Cygwin的安装问题,我按默认安装后运行怎么不能ls到目录呀?
  • 关于cygwin
  • 使用cygwin的问题
  • 重装了系统,在其他分区的cygwin如何正常工作?
  • 关于Cygwin. iis7站长之家
  • 在cygwin上可以编写vc用的dll吗?
  • cygwin的安装问题!
  • 有用过cygwin的么?
  • 关于Cygwin.
  • 想在cygwin下面安装tar
  • 在windows下装了cygwin以后可否进行linux程序的编写
  • 请问cygwin怎么登录?装完之后,它没让我设置root密码!!
  • 安装的cygwin不能用
  • 请问哪有cygwin的教程啊?
  • 一个让我炸掉的cygwin问题
  • cygwin: can not execute binary file
  • 如何在cygwin下安装gcc
  • 如何删除cygwin
  • 在cygwin中编译c,结果打不开stdio.h,如何解决!
  • 新手提问,请前辈们指教(关于cygwin)!
  • 哪儿有cygwin的下载


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3