码迷,mamicode.com
首页 >  
搜索关键字:pts    ( 1690个结果
Cannot open your terminal '/dev/pts/4' - please check.
使用screen命令的时候出现了下面的错误 Cannot open your terminal '/dev/pts/4' - please check. 可以使用script命令来记录这个终端会话, 执行script /dev/null 这样就可以使用screan来建立多个窗口,进行操作 ...
分类:其他好文   时间:2016-06-12 20:36:02    阅读次数:315
Linux中tty、pty、pts的概念区别 转载
[root@server1 ~]# tty /dev/pts/1 远程连接到linux 时的/dev/pts/1 ...
分类:系统相关   时间:2016-06-04 16:25:00    阅读次数:477
tty、pty、pts等(小记)
http://blog.csdn.net/dbzhang800/article/details/6939742 1> tty(终端设备的统称):tty一词源于Teletypes,或者teletypewriters,原来指的是电传打字机,是通过串行线用打印机键盘通过阅读和发送信息的东西,后来这东西被键 ...
分类:其他好文   时间:2016-06-04 16:09:51    阅读次数:132
关于音视频同步
一些概念 : 显示时间标签PTS(Presentation Time Stamp) 解码时间标签DTS(Decoding Time Stamp) 系统时序时钟STC(System Time Clock) 节目时钟参考PCR(Program Clock Reference) ES:Elementary ...
分类:其他好文   时间:2016-05-18 14:07:58    阅读次数:134
两台服务器网卡工作方式不同,网络异常
公司有台服务器,svn更新代码的时候直接卡死。最后发现是两台服务器网卡的全双工/半双工方式不同导致。root@pts/2#mii-tooleth0 eth0:negotiated100baseTx-FD,linkok 另一台: root@pts/0#mii-toolbond0 bond0:10Mbit,halfduplex,linkok修改:root@pts/2#ethtool-seth0speed10..
分类:其他好文   时间:2016-05-17 20:01:11    阅读次数:260
批量kill相关所有进程
首先,用ps查看进程,方法如下: $ ps -ef …… smx 1822 1 0 11:38 ? 00:00:49 gnome-terminal smx 1823 1822 0 11:38 ? 00:00:00 gnome-pty-helper smx 1824 1822 0 11:38 pts/ ...
分类:系统相关   时间:2016-04-30 17:03:25    阅读次数:368
tty/pts 相关指令
http://unix.stackexchange.com/questions/136662/how-can-we-know-whos-at-the-other-end-of-a-pseudo-terminal-device stty -F /dev/pts/2 ls /proc/29864/fd/ ...
分类:其他好文   时间:2016-04-24 00:28:45    阅读次数:188
linux关闭ssh连接
linux关闭SSH连接用户1.查明登陆端口;#whorootpts/1Apr800:06(172.29.0.29)rootpts/2Apr804:15(172.29.0.21)2.通知该用户将要关闭他:#echo"Iwillcloseyourconnection">/dev/pts/2这样他的终端将显示该信息。3.关闭用户连接#fuser-k/dev/pts/2
分类:系统相关   时间:2016-04-22 16:54:52    阅读次数:237
linux关闭ssh连接
linux关闭SSH连接用户1.查明登陆端口;#whorootpts/1Apr800:06(172.29.0.29)rootpts/2Apr804:15(172.29.0.21)2.通知该用户将要关闭他:#echo"Iwillcloseyourconnection">/dev/pts/2这样他的终端将显示该信息。3.关闭用户连接#fuser-k/dev/pts/2
分类:系统相关   时间:2016-04-22 16:54:27    阅读次数:207
如何注销Linux下的用户
用W或who命令查看当前在线的用户 pkill -kill -t pts/2 skill -kill -v pts/2 注销效果 转载:http://www.linuxidc.com/Linux/2012-07/64939.htm ...
分类:系统相关   时间:2016-03-26 14:01:01    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!