Linux查看命令终止进程youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ps PID TTY TIME CMD 2576 pts/0 00:00:00 bash 2742 pts/0 00:00:00 psyouhaidong...
分类:
系统相关 时间:
2015-09-28 13:07:16
阅读次数:
216
虚拟终端(ctrl+alt+(f1-f7))使用tty命令表现为/dev/tty#图形终端:(ctrl+alt+f7)伪终端:远程连接使用tty命令表现为/dev/pts/#
分类:
系统相关 时间:
2015-09-25 04:04:32
阅读次数:
189
一.Linux用户管理由于 Linux 的用户管理和权限机制,不同用户不可以轻易地查看、修改彼此的文件.(1)查看用户打开终端,输入命令:第一列表示打开当前伪终端的用户的用户名(要查看当前登录用户的用户名,去掉空格直接使用whoami即可).第二列的pts/0中pts表示伪终端,所谓伪是相对于/de...
分类:
其他好文 时间:
2015-09-21 19:13:15
阅读次数:
206
1. busybox配置telnet相关命令。2. devpts文件系统,是目前最常见的pseudo终端,使用telnetd服务器,必须加载该文件系统。 在/dev目录下创建一个pts目录,用来加载devpts文件系统: mkdir pts 同时修改rcS,增加mount项: mount -t de...
分类:
Web程序 时间:
2015-09-19 19:30:06
阅读次数:
263
https://packages.debian.org/source/jessie/flam3Source Package: flam3 (3.0.1-3)Links for flam3Debian Resources:Bug ReportsDeveloper Information (PTS)De...
分类:
其他好文 时间:
2015-09-11 17:26:49
阅读次数:
129
? //ref:
//http://www.ieyebrain.com:8080/pts/src/rsync/
type?Rollsum?struct?{
a,?b??uint16
Xk?byte?
count?int
}
func?New(count?int)?*Rollsum?{
return?&Rollsum{
a:0,
b:0,
c...
分类:
其他好文 时间:
2015-09-04 02:21:33
阅读次数:
360
1、查找目标shell进程:
例如:我想要查找 odm_clean 脚本运行进程
ps -ef | grep "odm_clean"
hadoop 3702 46809 0 17:17 pts/16 00:00:00 grep odm_clean
hadoop 28376 28349 0 13:47 pts/11 00:00:00 bash ./odm_cle...
分类:
系统相关 时间:
2015-08-17 19:39:32
阅读次数:
382
文件位置:代码:public static Properties getProperties(){ Properties pts = new Properties (); FileInputStream in = null; try{ ...
分类:
编程语言 时间:
2015-08-12 16:17:12
阅读次数:
129
1. mount[op@TIM ~]$ mount/dev/mapper/vg_tim-lv_root on / type ext4 (rw)proc on /proc type proc (rw)sysfs on /sys type sysfs (rw)devpts on /dev/pts typ...
分类:
系统相关 时间:
2015-08-01 06:23:11
阅读次数:
391
如果发现了linux被可疑用户远程登录了,怎么解决呢?1、先查看最近系统的登录情况last -10表示最近10个用户登录的信息,如果发现有可疑账户,就是密码被破解了[root@localhost ~]# last -10root pts/3 192.168.2.29 F...
分类:
系统相关 时间:
2015-07-31 12:11:06
阅读次数:
190