×

Loading...
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。

请教一个unix 的问题

本文发表在 rolia.net 枫下论坛用于telnet的unix的虚拟终端 ttyp*
在/dev 目录下面的属性如下:
crwxrwxrwx 1 user1 terminal 58, 17 Apr 22 11:01 ttyp17
crw------- 1 user2 terminal 58, 18 Apr 22 12:30 ttyp18
crw------- 1 root root 58, 19 Apr 22 11:07 ttyp19
crwxrwxrwx 1 user3 terminal 58, 2 Apr 22 09:51 ttyp2
crwxrwxrwx 1 user4 terminal 58, 20 Apr 22 12:31 ttyp20
crw-rw-rw- 1 root root 58, 21 Apr 22 11:15 ttyp21
crwxrwxrwx 1 user5 terminal 58, 22 Apr 22 11:23 ttyp22
crw------- 1 user3 terminal 58, 23 Apr 22 10:19 ttyp23
crwxrwxrwx 1 root root 58, 24 Feb 27 14:35 ttyp24

自己观察,属主就是用户名,group是terminal的都是正在用的(但不知道如何解释有的是700,有的是777)
属性是700的是空闲的,属主是root,group是root
不知道上面我想的对不对。


问题是:现在有几个虚拟终端登陆不进,譬如ttyp24,它的属性比较奇怪,属性是777,属主是root,group是root,但事实上root是不允许在虚终端上登陆的。虚拟终端没有到32个(设定额)的时候,系统已经提示所有端口满,但有几个ttyp*就是不让登陆,为什么?


另:如果是root登陆,属性是不是就应该是
crwxrwxrwx 1 root terminal 58, 24 Feb 27 14:35 ttyp24

如果是这样的话,我想尝试一下
chmod 700 /dev/ttyp24

谢谢更多精彩文章及讨论,请光临枫下论坛 rolia.net
Report

Replies, comments and Discussions:

  • 工作学习 / IT技术讨论 / 请教一个unix 的问题
    本文发表在 rolia.net 枫下论坛用于telnet的unix的虚拟终端 ttyp*
    在/dev 目录下面的属性如下:
    crwxrwxrwx 1 user1 terminal 58, 17 Apr 22 11:01 ttyp17
    crw------- 1 user2 terminal 58, 18 Apr 22 12:30 ttyp18
    crw------- 1 root root 58, 19 Apr 22 11:07 ttyp19
    crwxrwxrwx 1 user3 terminal 58, 2 Apr 22 09:51 ttyp2
    crwxrwxrwx 1 user4 terminal 58, 20 Apr 22 12:31 ttyp20
    crw-rw-rw- 1 root root 58, 21 Apr 22 11:15 ttyp21
    crwxrwxrwx 1 user5 terminal 58, 22 Apr 22 11:23 ttyp22
    crw------- 1 user3 terminal 58, 23 Apr 22 10:19 ttyp23
    crwxrwxrwx 1 root root 58, 24 Feb 27 14:35 ttyp24

    自己观察,属主就是用户名,group是terminal的都是正在用的(但不知道如何解释有的是700,有的是777)
    属性是700的是空闲的,属主是root,group是root
    不知道上面我想的对不对。


    问题是:现在有几个虚拟终端登陆不进,譬如ttyp24,它的属性比较奇怪,属性是777,属主是root,group是root,但事实上root是不允许在虚终端上登陆的。虚拟终端没有到32个(设定额)的时候,系统已经提示所有端口满,但有几个ttyp*就是不让登陆,为什么?


    另:如果是root登陆,属性是不是就应该是
    crwxrwxrwx 1 root terminal 58, 24 Feb 27 14:35 ttyp24

    如果是这样的话,我想尝试一下
    chmod 700 /dev/ttyp24

    谢谢更多精彩文章及讨论,请光临枫下论坛 rolia.net
    • which unix? sco?
      • yes, I am using SCO now.
        • 这边SCO很少吧,居然能被你找到
        • p19和p21能进吗?
          • yes, I can. But I can't use ttyp24
    • apu
      • 如果把别的改成和24一样,还能不能进?
        • 看样子也只能这样了
          找个没人的时间,偷偷摸摸地改掉它
          • 为什么还要偷偷摸摸地
            • 干坏事!
            • 万一出点事情,谁都不知道:)
              当然了,你知道了,要灭口的:)
    • some times the account or terminal is locked. You can use the menu-driven admin tools to check it.
      Which version do you use? I used SCO Openserver couple years ago, 3.2 and 5.0.5. It is very stable, but not scalable.
      • It should be 5.0.4
    • 请问熊今晚几点在家?
      • sorry, I didn't see your message
        What's up? buddy.
    • !!!!!!!!!!!!!!!!! It didn't make any change after I change the mode of those device file. !!!!!!!!!!!!!!!!!!!!!!!!
      • 有没有死进程占用着?
        • 怎么查?ps -ef|grep ttypxx?这么查过了,没有的
    • apu
    • why you want to check this ?
      • 没事,闲着无聊,想知道系统为什么有3个ttypXX不让你登陆