摘要:
ss -nt表是正在建立的主机连接 [root@localhost ~]# ss -ntState Recv-Q Send-Q Local Address:Port Peer Address:Port ESTAB 0 52 192.168.0.17:22 192.168.0.101:59150 启动 阅读全文
2019年5月24日 #
摘要:
常用命令实践 [root@b ~]# cat c.txt1.1.1.12.2.2.23.3.3.34.4.4.4 [root@b ~]# cat c.txt |sed 's/^/& /' &作用是代替前面需要替换旧的内容,这里指^。而^有指代以某某开头。 1.1.1.1 2.2.2.2 3.3.3. 阅读全文