当前位置: 技术问答>linux和unix
启动shell脚本(auth.sh)后 查看auth的状态nolisten tcp vt7
来源: 互联网 发布时间:2016-12-17
本文导语: 大家好, 我有个执行认证的auth.sh脚本 我sh auth.sh脚本后 我在看看auth起来没有 我用的 ps aux|grep auth 系统提示: root 3314 3.6 1.3 85404 14012 tty7 Ss+ Jul25 46:20 /usr/bin/Xorg :0 -br -audit 0 -auth /var/gd...
大家好, 我有个执行认证的auth.sh脚本
我sh auth.sh脚本后
我在看看auth起来没有
我用的
ps aux|grep auth
系统提示:
root 3314 3.6 1.3 85404 14012 tty7 Ss+ Jul25 46:20 /usr/bin/Xorg :0 -br -audit 0 -auth /var/gdm/:0.Xauth -nolisten tcp vt7
root 21119 0.0 0.0 61184 732 pts/1 R+ 12:56 0:00 grep auth
哪位大虾帮忙解答下这是什么意思
我sh auth.sh脚本后
我在看看auth起来没有
我用的
ps aux|grep auth
系统提示:
root 3314 3.6 1.3 85404 14012 tty7 Ss+ Jul25 46:20 /usr/bin/Xorg :0 -br -audit 0 -auth /var/gdm/:0.Xauth -nolisten tcp vt7
root 21119 0.0 0.0 61184 732 pts/1 R+ 12:56 0:00 grep auth
哪位大虾帮忙解答下这是什么意思
|
-nolisten tcp好像表示禁止远程的tcpip连接到本机器
这里可能是认证没通过之类的
这里可能是认证没通过之类的